Skip to content

Commit

Permalink
updated $schema last version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Sep 18, 2024
1 parent 4934090 commit cbe30b0
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions WindAeroLinearIEC/schema.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"$schema": "http://json-schema.org/schema#",
"$schemaVersion": "0.0.1",
"modelTags": "",
"$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindAeroLinearIEC/schema.json",
"title": " Smart Data Models - WindAeroLinearIEC",
"description": "Adapted from CIM data models. The linearised aerodynamic model. Reference: IEC Standard 614000-27-1 Section 6.6.1.2.",
"type": "object",
"allOf": [
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"modelTags": "",
"$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindAeroLinearIEC/schema.json",
"title": " Smart Data Models - WindAeroLinearIEC",
"description": "Adapted from CIM data models. The linearised aerodynamic model. Reference: IEC Standard 614000-27-1 Section 6.6.1.2.",
"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": [
"WindAeroLinearIEC"
],
"description": "Property. NGSI type. It has to be WindAeroLinearIEC"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
"WindGenTurbineType3IEC": {
"description": "Property. Model:'https://schema.org/Number'. Wind generator type 3 model with which this wind aerodynamic model is associated. Default: None",
"type": "number"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"WindAeroLinearIEC"
],
"description": "Property. NGSI type. It has to be WindAeroLinearIEC"
},
"WindGenTurbineType3IEC": {
"description": "Property. Model:'https://schema.org/Number'. Wind generator type 3 model with which this wind aerodynamic model is associated. Default: None",
"type": "number"
},
"dpomega": {
"description": "Property. Model:'https://schema.org/Number'. Partial derivative of aerodynamic power with respect to changes in WTR speed (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"dptheta": {
"description": "Property. Model:'https://schema.org/Number'. Partial derivative of aerodynamic power with respect to changes in pitch angle (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"omegazero": {
"description": "Property. Model:'https://schema.org/Number'. Rotor speed if the wind turbine is not derated (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"pavail": {
"description": "Property. Model:'https://schema.org/Number'. Available aerodynamic power (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"thetazero": {
"description": "Property. Model:'https://schema.org/Number'. Pitch angle if the wind turbine is not derated (). It is case dependent parameter. Default: 0.0",
"type": "number"
}
}
"dpomega": {
"description": "Property. Model:'https://schema.org/Number'. Partial derivative of aerodynamic power with respect to changes in WTR speed (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"dptheta": {
"description": "Property. Model:'https://schema.org/Number'. Partial derivative of aerodynamic power with respect to changes in pitch angle (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"omegazero": {
"description": "Property. Model:'https://schema.org/Number'. Rotor speed if the wind turbine is not derated (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"pavail": {
"description": "Property. Model:'https://schema.org/Number'. Available aerodynamic power (). It is case dependent parameter. Default: 0.0",
"type": "number"
},
"thetazero": {
"description": "Property. Model:'https://schema.org/Number'. Pitch angle if the wind turbine is not derated (). It is case dependent parameter. Default: 0.0",
"type": "number"
}
]
}
}
]
}

0 comments on commit cbe30b0

Please sign in to comment.