Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default `@context' of devices #121

Open
benfrancis opened this issue Dec 16, 2022 · 0 comments
Open

Change default `@context' of devices #121

benfrancis opened this issue Dec 16, 2022 · 0 comments

Comments

@benfrancis
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant