Currently the default value for the `@context` of new Thing Descriptions is: `"@context": "https://webthings.io/schemas"` It needs to be changed to: ``` "@context": [ "https://www.w3.org/2022/wot/td/v1.1", "https://webthings.io/schemas", ] ``` for W3C compliance. See also: - https://github.com/WebThingsIO/gateway/issues/2809 - https://github.com/WebThingsIO/gateway/pull/3034
Currently the default value for the
@contextof new Thing Descriptions is:"@context": "https://webthings.io/schemas"It needs to be changed to:
for W3C compliance.
See also:
@contextof Thing Descriptions gateway#2809@contextof Thing Descriptions - closes #2809 gateway#3034