-
Notifications
You must be signed in to change notification settings - Fork 28
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
DataSchema type names alignments #89
Comments
The examples in the TD spec are not aligned with their own definitions. Let's fix naming first in the TD spec and Bindings. Actions usually have arguments and return something. Keeping that semantics, in Events traditionally use A property usually has name and value. The value has a type. Therefore in All of the above are specified as schemas, represented by |
Best wait for outcome of naming discussion or participate in w3c/wot-binding-templates#13 |
Should be fixed by #113 |
ThingPropertyInit has
DataSchema type
.ThingActionInit has
DataSchema inputDataDescription
andDataSchema outputDataDescription
.ThingEventInit has
DataSchema dataDescription
In general, this naming does not seem very much aligned and we might want to do some renaming.
ThingActionInit to
DataSchema typeInput
andDataSchema typeOutput
and ThingEventInit toDataSchema type
?Anyhow, given that in the TD (w3c/wot-thing-description#66) names are likely to change also I think it is reasonable to align before Prague...
The text was updated successfully, but these errors were encountered: