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
The resources "/things", "/things/{thingId}", "/things/{thingId}/features/{featureId}/properties" and "/things/{thingId}/features/{featureId}/properties/{propertyPath}" are missing from the generated openAPI specifications. However they are available in the original IoT Things REST API. See https://apidocs.bosch-iot-suite.com/?urls.primaryName=Bosch%20IoT%20Things%20-%20API%20v2#/.
For the purpose of completion, these resources should also be available in the generated documentation.
Details:
/things resource should be added to the generated openAPI specifications. The return type should use the generic "Things" schema defined by IoT Things REST API.
/things/{thingId} resource should be added. The return type should use the specific schema defined by the corresponding vorto definition. For example, for smart home controller openAPI specification, the schema should be the JSON structure of SHC thing.
/things/{thingId}/features/{featureId}/properties resource should be added. The return type should use the specific schema for the properties. For example, for feature DeviceInfo, the DeviceInfoProperties should be used.
/things/{thingId}/features/{featureId}/properties/{propertyPath} should be added. The definition for the IoT Things REST API can be used completely.
The text was updated successfully, but these errors were encountered:
The resources "/things", "/things/{thingId}", "/things/{thingId}/features/{featureId}/properties" and "/things/{thingId}/features/{featureId}/properties/{propertyPath}" are missing from the generated openAPI specifications. However they are available in the original IoT Things REST API. See https://apidocs.bosch-iot-suite.com/?urls.primaryName=Bosch%20IoT%20Things%20-%20API%20v2#/.
For the purpose of completion, these resources should also be available in the generated documentation.
Details:
/things resource should be added to the generated openAPI specifications. The return type should use the generic "Things" schema defined by IoT Things REST API.
/things/{thingId} resource should be added. The return type should use the specific schema defined by the corresponding vorto definition. For example, for smart home controller openAPI specification, the schema should be the JSON structure of SHC thing.
/things/{thingId}/features/{featureId}/properties resource should be added. The return type should use the specific schema for the properties. For example, for feature DeviceInfo, the DeviceInfoProperties should be used.
/things/{thingId}/features/{featureId}/properties/{propertyPath} should be added. The definition for the IoT Things REST API can be used completely.
The text was updated successfully, but these errors were encountered: