{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/SvTapStep/schema.json", "title": " Smart Data Models - SvTapStep", "description": "Adapted from CIM data models. State variable for transformer tap step. This class is to be used for taps of LTC (load tap changing) transformers, not fixed tap transformers.", "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": [ "SvTapStep" ], "description": "Property. NGSI type. It has to be SvTapStep" }, "TapChanger": { "description": "Property. Model:'https://schema.org/Number'. The tap changer associated with the tap step state. Default: None", "type": "number" }, "position": { "description": "Property. Model:'https://schema.org/Number'. The floating point tap position. This is not the tap ratio, but rather the tap step position as defined by the related tap changer model and normally is constrained to be within the range of minimum and maximum tap positions. Default: 0.0", "type": "number" } } } ] }