diff --git a/eliona-api.yaml b/eliona-api.yaml index 3229e87..bbb9f71 100644 --- a/eliona-api.yaml +++ b/eliona-api.yaml @@ -16,7 +16,7 @@ openapi: 3.0.3 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. info: - version: 2.6.10 + version: 2.6.11 title: Eliona REST API description: The Eliona REST API enables unified access to the resources and data of an Eliona environment. diff --git a/openapi.yaml b/openapi.yaml index b4866e6..39fca86 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9,7 +9,7 @@ info: license: name: MIT License title: Eliona REST API - version: 2.6.10 + version: 2.6.11 externalDocs: description: Find out more about Eliona App SDK url: https://github.com/eliona-smart-building-assistant @@ -1228,6 +1228,7 @@ paths: - info - status - output + - property type: string - description: Filter the name of the asset type example: weather_location @@ -1342,6 +1343,7 @@ paths: - info - status - output + - property type: string - description: Filter the name of the asset type example: weather_location @@ -1386,6 +1388,7 @@ paths: - info - status - output + - property type: string responses: "200": @@ -1435,6 +1438,7 @@ paths: - info - status - output + - property type: string - description: Filter the name of the asset type example: weather_location @@ -3498,6 +3502,7 @@ components: - info - status - output + - property type: string directMode: description: Executes the operation directly without using other services. @@ -5594,6 +5599,7 @@ components: - info - status - output + - property example: input type: string x-enum-descriptions: @@ -5601,11 +5607,13 @@ components: - Info subtype for data values - Status subtype for data values - Output subtype for data values + - Property subtype for data values x-enum-varnames: - SUBTYPE_INPUT - SUBTYPE_INFO - SUBTYPE_STATUS - SUBTYPE_OUTPUT + - SUBTYPE_PROPERTY ResourceId: description: "A custom identifier for the resource, which can be utilized to\ \ identify it for various operations such as updates, deletions, and other\ diff --git a/parameters/dataSubtype.yaml b/parameters/dataSubtype.yaml index 6112b3b..fb1e28f 100644 --- a/parameters/dataSubtype.yaml +++ b/parameters/dataSubtype.yaml @@ -10,3 +10,4 @@ schema: - info - status - output + - property diff --git a/schemas/DataSubtype.yaml b/schemas/DataSubtype.yaml index fb0ae38..b6d9c9f 100644 --- a/schemas/DataSubtype.yaml +++ b/schemas/DataSubtype.yaml @@ -6,6 +6,7 @@ enum: - info - status - output + - property example: input x-enum-descriptions: @@ -13,8 +14,10 @@ x-enum-descriptions: - Info subtype for data values - Status subtype for data values - Output subtype for data values + - Property subtype for data values x-enum-varnames: - SUBTYPE_INPUT - SUBTYPE_INFO - SUBTYPE_STATUS - - SUBTYPE_OUTPUT \ No newline at end of file + - SUBTYPE_OUTPUT + - SUBTYPE_PROPERTY \ No newline at end of file