{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindTurbineType4bIEC/schema.json", "title": " Smart Data Models - WindTurbineType4bIEC", "description": "Adapted from CIM data models. Wind turbine IEC Type 4A. Reference: IEC Standard 61400-27-1, section 6.5.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": [ "WindTurbineType4bIEC" ], "description": "Property. NGSI type. It has to be WindTurbineType4bIEC" }, "WindContPType4bIEC": { "description": "Property. Model:'https://schema.org/Number'. Wind control P type 4B model associated with this wind turbine type 4B model. Default: None", "type": "number" }, "WindMechIEC": { "description": "Property. Model:'https://schema.org/Number'. Wind mechanical model associated with this wind turbine Type 4B model. Default: None", "type": "number" } } } ] }