w3c / wot-thing-description

Web of Things (WoT) Thing Description
http://w3c.github.io/wot-thing-description/
Other
131 stars 63 forks source link

Wrong format for tm:required in examples #1563

Closed egekorkan closed 2 years ago

egekorkan commented 2 years ago

The TD spec mentions JSON Pointer as the type of tm:required . However, the examples contain:

{
"tm:required": [
        "#/properties/status",
        "#/actions/toggle"
    ]
}

Use of # is actually not a JSON Pointer as per RFC 6901: image

egekorkan commented 2 years ago

Call of 06.07: