{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/DCEquipmentContainer/schema.json", "title": " Smart Data Models - DCEquipmentContainer", "description": "Adapted from CIM data models. A modeling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNodes. Hence it can contain both AC and DC equipment.", "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": [ "DCEquipmentContainer" ], "description": "Property. NGSI type. It has to be DCEquipmentContainer" }, "DCNodes": { "description": "Property. Model:'https://schema.org/Number'. Default: 'list'", "type": "number" }, "DCTopologicalNode": { "description": "Property. Model:'https://schema.org/Number'. Default: 'list'", "type": "number" } } } ] }