We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TD below breaks OpenAPI generation:
{ "@context": [ "https://www.w3.org/2019/wot/td/v1", "https://www.w3.org/2022/wot/td/v1.1", { "@language": "en" } ], "title": "DaylightSensor", "security": "api_sc", "securityDefinitions": { "api_sc": { "scheme": "apikey", "in": "uri", "name": "hueKey" } }, "id": "urn:dev:ops:32473-HueDaylight-1234", "description": "Daylight information based on the GPS coordinates of the Hue Bridge", "properties": { "sensorInformation": { "title": "Sensor Information", "description": "State, config and other metadata about the sensor", "type": "object", "readOnly": true, "writeOnly": false, "forms": [ { "href": "https://esiremotelab.esi.ei.tum.de:8081/LabLocal/api/{hueKey}/sensors/1", "contentType": "application/json", "op": [ "readproperty" ] } ] } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The TD below breaks OpenAPI generation:
The text was updated successfully, but these errors were encountered: