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 b016be1 commit 9461cfb
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions VCompIEEEType1/schema.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"$schema": "http://json-schema.org/schema#",
"$schemaVersion": "0.0.1",
"modelTags": "",
"$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/VCompIEEEType1/schema.json",
"title": " Smart Data Models - VCompIEEEType1",
"description": "Adapted from CIM data models. Reference: IEEE Standard 421.5-2005 Section 4.",
"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/VCompIEEEType1/schema.json",
"title": " Smart Data Models - VCompIEEEType1",
"description": "Adapted from CIM data models. Reference: IEEE Standard 421.5-2005 Section 4.",
"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": [
"VCompIEEEType1"
],
"description": "Property. NGSI type. It has to be VCompIEEEType1"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
"rc": {
"description": "Property. Model:'https://schema.org/Number'. Default: 0.0",
"type": "number"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"VCompIEEEType1"
],
"description": "Property. NGSI type. It has to be VCompIEEEType1"
},
"rc": {
"description": "Property. Model:'https://schema.org/Number'. Default: 0.0",
"type": "number"
},
"tr": {
"description": "Property. Model:'https://schema.org/Number'. Default: 0",
"type": "number"
},
"xc": {
"description": "Property. Model:'https://schema.org/Number'. Default: 0.0",
"type": "number"
}
}
"tr": {
"description": "Property. Model:'https://schema.org/Number'. Default: 0",
"type": "number"
},
"xc": {
"description": "Property. Model:'https://schema.org/Number'. Default: 0.0",
"type": "number"
}
]
}
}
]
}

0 comments on commit 9461cfb

Please sign in to comment.