{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/DCShunt/schema.json", "title": " Smart Data Models - DCShunt", "description": "Adapted from CIM data models. A shunt device within the DC system, typically used for filtering. Needed for transient and short circuit studies.", "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": [ "DCShunt" ], "description": "Property. NGSI type. It has to be DCShunt" }, "capacitance": { "description": "Property. Model:'https://schema.org/Number'. Capacitance of the DC shunt. Default: 0.0", "type": "number" }, "ratedUdc": { "description": "Property. Model:'https://schema.org/Number'. Rated DC device voltage. Converter configuration data used in power flow. Default: 0.0", "type": "number" }, "resistance": { "description": "Property. Model:'https://schema.org/Number'. Resistance of the DC device. Default: 0.0", "type": "number" } } } ] }