You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For better or worse the schemas defined in definitions.json are currently used by the WebThings Gateway application to validate parts of Thing Descriptions and to generate TypeScript types used to represent them.
There are certain changes needed to these schemas in order to validate W3C compliant Thing Descriptions. Notably:
For better or worse the schemas defined in definitions.json are currently used by the WebThings Gateway application to validate parts of Thing Descriptions and to generate TypeScript types used to represent them.
There are certain changes needed to these schemas in order to validate W3C compliant Thing Descriptions. Notably:
data
wrapper for event data schema gateway#2810mediaType
totype
forlinks
in API gateway#2808@context
of Thing Descriptions gateway#2809Ideally we would also remove or vendor-prefix non-standard members of the Thing Description
Before releasing these changes we'll need to evaluate the impact on any existing add-ons which may use these terms directly.
The text was updated successfully, but these errors were encountered: