{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/DiscExcContIEEEDEC3A/schema.json", "title": " Smart Data Models - DiscExcContIEEEDEC3A", "description": "Adapted from CIM data models. The class represents IEEE Type DEC3A model. In some systems, the stabilizer output is disconnected from the regulator immediately following a severe fault to prevent the stabilizer from competing with action of voltage regulator during the first swing. Reference: IEEE Standard 421.5-2005 Section 12.4.", "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": [ "DiscExcContIEEEDEC3A" ], "description": "Property. NGSI type. It has to be DiscExcContIEEEDEC3A" }, "tdr": { "description": "Property. Model:'https://schema.org/Number'. Reset time delay (). Default: 0", "type": "number" }, "vtmin": { "description": "Property. Model:'https://schema.org/Number'. Terminal undervoltage comparison level (). Default: 0.0", "type": "number" } } } ] }