Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
Rename maxBiomassPowerGenerated, maxEolicPowerGenerated, maxHydroPowerGenerated, maxSolarPowerGenerated and updated schemaVersion
  • Loading branch information
JilinHe authored Dec 20, 2023
1 parent 4547611 commit e6f0859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GreenEnergyGenerator/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"$id": "https://smart-data-models.github.io/dataModel.GreenEnergy/GreenEnergyGenerator/schema.json",
"title": "GSMA / Smart Data Models - GreenEnergyGenerator",
"description": "A generic generator station which can generate energy from green energy",
"$schemaVersion": "0.0.2",
"$schemaVersion": "0.0.3",
"type": "object",
"allOf": [
{
Expand Down Expand Up @@ -55,19 +55,19 @@
"type": "boolean",
"description": "Property. Indicates whether the generated energy will be dumped into the network. Model:'https://schema.org/Boolean'"
},
"maxSolarPowerMeasure": {
"maxSolarPowerGenerated": {
"type": "number",
"description": "Property. Model:'https://schema.org/Number'. A measure of maximum solar energy that can be generated. Units:'KWT'. The unit code (text) of measurement given using the UN/CEFACT Common Code (max. 3 characters)"
},
"maxEolicPowerMeasure": {
"maxEolicPowerGenerated": {
"type": "number",
"description": "Property. Model:'https://schema.org/Number'. A measure of maximum eolic energy that can be generated. Units:'KWT'. The unit code (text) of measurement given using the UN/CEFACT Common Code (max. 3 characters)"
},
"maxHydroPowerMeasure": {
"maxHydroPowerGenerated": {
"type": "number",
"description": "Property. Model:'https://schema.org/Number'. A measure of maximum hydropower energy that can be generated. Units:'KWT'. The unit code (text) of measurement given using the UN/CEFACT Common Code (max. 3 characters)"
},
"maxBiomassMeasure": {
"maxBiomassGenerated": {
"type": "number",
"description": "Property. Model:'https://schema.org/Number'. A measure of maximum biomass energy that can be generated. Units:'KWT'. The unit code (text) of measurement given using the UN/CEFACT Common Code (max. 3 characters)"
},
Expand All @@ -82,4 +82,4 @@
"id",
"type"
]
}
}

0 comments on commit e6f0859

Please sign in to comment.