{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/VoltageLevel/schema.json", "title": " Smart Data Models - VoltageLevel", "description": "Adapted from CIM data models. A collection of equipment at one common system voltage forming a switchgear. The equipment typically consist of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these.", "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": [ "VoltageLevel" ], "description": "Property. NGSI type. It has to be VoltageLevel" }, "BaseVoltage": { "description": "Property. Model:'https://schema.org/Number'. The base voltage used for all equipment within the voltage level. Default: None", "type": "number" }, "Bays": { "description": "Property. Model:'https://schema.org/Number'. The bays within this voltage level. Default: 'list'", "type": "number" }, "Substation": { "description": "Property. Model:'https://schema.org/Number'. The substation of the voltage level. Default: None", "type": "number" }, "highVoltageLimit": { "description": "Property. Model:'https://schema.org/Number'. The bus bar`s high voltage limit Default: 0.0", "type": "number" }, "lowVoltageLimit": { "description": "Property. Model:'https://schema.org/Number'. The bus bar`s low voltage limit Default: 0.0", "type": "number" } } } ] }