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