{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/Conductance/schema.json", "title": " Smart Data Models - Conductance", "description": "Adapted from CIM data models. Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance.", "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": [ "Conductance" ], "description": "Property. NGSI type. It has to be Conductance" }, "multiplier": { "description": "Property. Model:'https://schema.org/Number'. Default: None", "type": "number" }, "unit": { "description": "Property. Model:'https://schema.org/Number'. Default: None", "type": "number" }, "value": { "description": "Property. Model:'https://schema.org/Number'. Default: 0.0", "type": "number" } } } ] }