sifis-home / wot-td

Rust crate to produce and consume Web Of Things Thing Descriptions
13 stars 2 forks source link

fix: use correct TD 1.1 @context URI #101

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

Validating a TD produced by the crate, I noticed that currently a slightly incorrect @context URI (https://www.w3.org/2019/wot/td/v1.1) for version 1.1 TDs is being used.

This PR simply changes the value to https://www.w3.org/2022/wot/td/v1.1 (c.f. https://w3c.github.io/wot-thing-description/#namespaces), making the crate specification-compliant again.

lu-zero commented 1 year ago

please rebase, I fixed the typo already.

JKRhb commented 1 year ago

please rebase, I fixed the typo already.

Done :)

lu-zero commented 1 year ago

Thank you a lot :)