From 9461cfb35ad521878572e3d2ee5c94d7aa9df410 Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Wed, 18 Sep 2024 15:06:50 +0200 Subject: [PATCH] updated $schema last version --- VCompIEEEType1/schema.json | 70 +++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/VCompIEEEType1/schema.json b/VCompIEEEType1/schema.json index fe0f8aa8a..7edd652e5 100644 --- a/VCompIEEEType1/schema.json +++ b/VCompIEEEType1/schema.json @@ -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" } - ] + } + } + ] } \ No newline at end of file