{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/PowerSystemStabilizerDynamics/schema.json", "title": " Smart Data Models - PowerSystemStabilizerDynamics", "description": "Adapted from CIM data models. Power system stabilizer 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": [ "PowerSystemStabilizerDynamics" ], "description": "Property. NGSI type. It has to be PowerSystemStabilizerDynamics" }, "ExcitationSystemDynamics": { "description": "Property. Model:'https://schema.org/Number'. Excitation system model with which this power system stabilizer model is associated. Default: None", "type": "number" }, "RemoteInputSignal": { "description": "Property. Model:'https://schema.org/Number'. Remote input signal used by this power system stabilizer model. Default: 'list'", "type": "number" } } } ] }