{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindGenTurbineType2IEC/schema.json", "title": " Smart Data Models - WindGenTurbineType2IEC", "description": "Adapted from CIM data models. Wind turbine IEC Type 2. Reference: IEC Standard 61400-27-1, section 6.5.3.", "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": [ "WindGenTurbineType2IEC" ], "description": "Property. NGSI type. It has to be WindGenTurbineType2IEC" }, "WindContRotorRIEC": { "description": "Property. Model:'https://schema.org/Number'. Wind control rotor resistance model associated with wind turbine type 2 model. Default: None", "type": "number" }, "WindPitchContEmulIEC": { "description": "Property. Model:'https://schema.org/Number'. Pitch control emulator model associated with this wind turbine type 2 model. Default: None", "type": "number" } } } ] }