{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/DCGround/schema.json", "title": " Smart Data Models - DCGround", "description": "Adapted from CIM data models. A ground within a DC system.", "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": [ "DCGround" ], "description": "Property. NGSI type. It has to be DCGround" }, "inductance": { "description": "Property. Model:'https://schema.org/Number'. Inductance to ground. Default: 0.0", "type": "number" }, "r": { "description": "Property. Model:'https://schema.org/Number'. Resistance to ground. Default: 0.0", "type": "number" } } } ] }