{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindAeroConstIEC/schema.json", "title": " Smart Data Models - WindAeroConstIEC", "description": "Adapted from CIM data models. The constant aerodynamic torque model assumes that the aerodynamic torque is constant. Reference: IEC Standard 61400-27-1 Section 6.6.1.1.", "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": [ "WindAeroConstIEC" ], "description": "Property. NGSI type. It has to be WindAeroConstIEC" }, "WindGenTurbineType1IEC": { "description": "Property. Model:'https://schema.org/Number'. Wind turbine type 1 model with which this wind aerodynamic model is associated. Default: None", "type": "number" } } } ] }