-
Notifications
You must be signed in to change notification settings - Fork 63
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
Thing Description versioning and Scripting API #932
Comments
So firstly, the published W3C should be considered: https://www.w3.org/TR/2020/REC-wot-thing-description-20200409/ One interesting aspect to think of is the correction of the errors. It is more likely that the TD spec has more error fixes or explanations that are more up to date since it is created from the ontology but with additions that are not covered by the ontology file. Not sure if this is highly relevant though. |
In my view the latest API should follow the latest version of the TD. I think, it makes sense that the API should also have a API version tag that corresponds to the TD version like WoT API 1.1 follows WoT TD 1.1. |
based on today's TD call we should check other standards like JS API, HTML, XML Schema, ... I think we should also ask the JSON-LD team about this topic. This can be topic for our joint meeting during TPAC. |
I think, we have to clarify two points today:
|
As briefly described in w3c/wot-scripting-api#225, currently, the scripting API document is related to the Thing Description specification. For example, if we decide to drop the
read/writeMultipleProperties
operation the API spec is affected. Therefore, the need to state something like the following:However, it is not clear which is the identifier of the TD version. Different options that I found:
Any opinions about which is the most appropriate link to use in this case?
The text was updated successfully, but these errors were encountered: