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 dd48b4f commit 74dce46
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions RegulationSchedule/schema.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"$schema": "http://json-schema.org/schema#",
"$schemaVersion": "0.0.1",
"modelTags": "",
"$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/RegulationSchedule/schema.json",
"title": " Smart Data Models - RegulationSchedule",
"description": "Adapted from CIM data models. A pre-established pattern over time for a controlled variable, e.g., busbar voltage.",
"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/RegulationSchedule/schema.json",
"title": " Smart Data Models - RegulationSchedule",
"description": "Adapted from CIM data models. A pre-established pattern over time for a controlled variable, e.g., busbar voltage.",
"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": [
"RegulationSchedule"
],
"description": "Property. NGSI type. It has to be RegulationSchedule"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"RegulationSchedule"
],
"description": "Property. NGSI type. It has to be RegulationSchedule"
},
"RegulatingControl": {
"description": "Property. Model:'https://schema.org/Number'. Regulating controls that have this Schedule. Default: None",
"type": "number"
}
}
"RegulatingControl": {
"description": "Property. Model:'https://schema.org/Number'. Regulating controls that have this Schedule. Default: None",
"type": "number"
}
]
}
}
]
}

0 comments on commit 74dce46

Please sign in to comment.