Loading examples/customSchemas/iot-sensors-custom-schemas.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ components: description: | NGSI-LD Entity Type that represents a temperature sensor. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Entity' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Entity' - type: object properties: type: Loading @@ -29,7 +29,7 @@ components: description: | NGSI-LD Property Type. The temperature measurement. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -41,7 +41,7 @@ components: description: | NGSI-LD Entity Type that represents a humidity sensor. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Entity' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Entity' - type: object properties: type: Loading @@ -59,7 +59,7 @@ components: description: | NGSI-LD Property Type. The humidity measurement. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -71,7 +71,7 @@ components: description: | NGSI-LD Entity Type that represents an IoT device. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Entity' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Entity' - type: object properties: type: Loading @@ -95,7 +95,7 @@ components: description: NGSI-LD Property Type. The IoT device name. additionalProperties: false allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -106,7 +106,7 @@ components: description: NGSI-LD Property Type. The IoT device description. additionalProperties: false allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -119,7 +119,7 @@ components: NGSI-LD Relationship Type to identify a temperature sensor of the IoT device (i.e., the identifier of an NGSI-LD Entity of type TemperatureSensor). allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Relationship' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Relationship' - type: object properties: object: Loading @@ -132,7 +132,7 @@ components: NGSI-LD Relationship Type to identify a humidity sensor of the IoT device (i.e., the identifier of an NGSI-LD Entity of type HumiditySensor). allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Relationship' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Relationship' - type: object properties: object: Loading Loading
examples/customSchemas/iot-sensors-custom-schemas.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ components: description: | NGSI-LD Entity Type that represents a temperature sensor. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Entity' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Entity' - type: object properties: type: Loading @@ -29,7 +29,7 @@ components: description: | NGSI-LD Property Type. The temperature measurement. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -41,7 +41,7 @@ components: description: | NGSI-LD Entity Type that represents a humidity sensor. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Entity' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Entity' - type: object properties: type: Loading @@ -59,7 +59,7 @@ components: description: | NGSI-LD Property Type. The humidity measurement. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -71,7 +71,7 @@ components: description: | NGSI-LD Entity Type that represents an IoT device. allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Entity' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Entity' - type: object properties: type: Loading @@ -95,7 +95,7 @@ components: description: NGSI-LD Property Type. The IoT device name. additionalProperties: false allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -106,7 +106,7 @@ components: description: NGSI-LD Property Type. The IoT device description. additionalProperties: false allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Property' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Property' - type: object properties: value: Loading @@ -119,7 +119,7 @@ components: NGSI-LD Relationship Type to identify a temperature sensor of the IoT device (i.e., the identifier of an NGSI-LD Entity of type TemperatureSensor). allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Relationship' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Relationship' - type: object properties: object: Loading @@ -132,7 +132,7 @@ components: NGSI-LD Relationship Type to identify a humidity sensor of the IoT device (i.e., the identifier of an NGSI-LD Entity of type HumiditySensor). allOf: - $ref: '../../ngsi-ld-api.yaml#/components/schemas/Relationship' - $ref: '../../openapi-3.0.3/ngsi-ld-api.yaml#/components/schemas/Relationship' - type: object properties: object: Loading