{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/SvShuntCompensatorSections/schema.json", "title": " Smart Data Models - SvShuntCompensatorSections", "description": "Adapted from CIM data models. State variable for the number of sections in service for a shunt compensator.", "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": [ "SvShuntCompensatorSections" ], "description": "Property. NGSI type. It has to be SvShuntCompensatorSections" }, "ShuntCompensator": { "description": "Property. Model:'https://schema.org/Number'. The shunt compensator for which the state applies. Default: None", "type": "number" }, "sections": { "description": "Property. Model:'https://schema.org/Number'. The number of sections in service as a continous variable. To get integer value scale with ShuntCompensator.bPerSection. Default: 0.0", "type": "number" } } } ] }