{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/RegulatingCondEq/schema.json", "title": " Smart Data Models - RegulatingCondEq", "description": "Adapted from CIM data models. A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network.", "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": [ "RegulatingCondEq" ], "description": "Property. NGSI type. It has to be RegulatingCondEq" }, "RegulatingControl": { "description": "Property. Model:'https://schema.org/Number'. The regulating control scheme in which this equipment participates. Default: None", "type": "number" }, "controlEnabled": { "description": "Property. Model:'https://schema.org/Number'. Specifies the regulation status of the equipment. True is regulating, false is not regulating. Default: False", "type": "number" } } } ] }