{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/StringMeasurementValue/schema.json", "title": " Smart Data Models - StringMeasurementValue", "description": "Adapted from CIM data models. StringMeasurementValue represents a measurement value of type string.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "StringMeasurementValue" ], "description": "Property. NGSI type. It has to be StringMeasurementValue" }, "StringMeasurement": { "description": "Property. Model:'https://schema.org/Number'. Measurement to which this value is connected. Default: None", "type": "number" }, "value": { "description": "Property. Model:'https://schema.org/Number'. The value to supervise. Default: ''", "type": "number" } } } ] }