{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/PFVArControllerType1Dynamics/schema.json", "title": " Smart Data Models - PFVArControllerType1Dynamics", "description": "Adapted from CIM data models. Power Factor or VAr controller Type I function block whose behaviour is described by reference to a standard model", "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": [ "PFVArControllerType1Dynamics" ], "description": "Property. NGSI type. It has to be PFVArControllerType1Dynamics" }, "ExcitationSystemDynamics": { "description": "Property. Model:'https://schema.org/Number'. Excitation system model with which this Power Factor or VAr controller Type I model is associated. Default: None", "type": "number" }, "RemoteInputSignal": { "description": "Property. Model:'https://schema.org/Number'. Remote input signal used by this Power Factor or VAr controller Type I model. Default: None", "type": "number" }, "VoltageAdjusterDynamics": { "description": "Property. Model:'https://schema.org/Number'. Voltage adjuster model associated with this Power Factor or VA controller Type I model. Default: None", "type": "number" } } } ] }