{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/DCConverterUnit/schema.json", "title": " Smart Data Models - DCConverterUnit", "description": "Adapted from CIM data models. Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling - DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion.", "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": [ "DCConverterUnit" ], "description": "Property. NGSI type. It has to be DCConverterUnit" }, "Substation": { "description": "Property. Model:'https://schema.org/Number'. Default: None", "type": "number" }, "operationMode": { "description": "Property. Model:'https://schema.org/Number'. Default: None", "type": "number" } } } ] }