{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/PhaseTapChangerTablePoint/schema.json", "title": " Smart Data Models - PhaseTapChangerTablePoint", "description": "Adapted from CIM data models. Describes each tap step in the phase tap changer tabular curve.", "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": [ "PhaseTapChangerTablePoint" ], "description": "Property. NGSI type. It has to be PhaseTapChangerTablePoint" }, "PhaseTapChangerTable": { "description": "Property. Model:'https://schema.org/Number'. The table of this point. Default: None", "type": "number" }, "angle": { "description": "Property. Model:'https://schema.org/Number'. The angle difference in degrees. Default: 0.0", "type": "number" } } } ] }