{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindTurbineType3or4Dynamics/schema.json", "title": " Smart Data Models - WindTurbineType3or4Dynamics", "description": "Adapted from CIM data models. Parent class supporting relationships to wind turbines Type 3 and 4 and wind plant including their control models.", "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": [ "WindTurbineType3or4Dynamics" ], "description": "Property. NGSI type. It has to be WindTurbineType3or4Dynamics" }, "EnergySource": { "description": "Property. Model:'https://schema.org/Number'. Energy Source (current source) with which this wind Type 3 or 4 dynamics model is asoociated. Default: None", "type": "number" }, "RemoteInputSignal": { "description": "Property. Model:'https://schema.org/Number'. Wind turbine Type 3 or 4 models using this remote input signal. Default: None", "type": "number" }, "WindPlantDynamics": { "description": "Property. Model:'https://schema.org/Number'. The wind plant with which the wind turbines type 3 or 4 are associated. Default: None", "type": "number" } } } ] }