Skip to content

Change default `@context' of devices #121

Description

@benfrancis

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions