Replies: 1 comment 2 replies
-
I think the placeholders can only be used to derive a TD from a TM - that's also how I understood the WoT standard: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
due to different domain names in different environments, can I use placeholders to replace domain names in the 'tm:submodel' and 'tm:extends' href attributes?
Based on my testing, this is not allowed. The href I set looks like this:
"links": [
{
"href": "{{WOT_MODELS_URL}}/base_model-0.0.1.tm.jsonld",
"rel": "tm:extends",
"type": "application/tm+json"
}
]
Beta Was this translation helpful? Give feedback.
All reactions