{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/ConnectivityNodeContainer/schema.json", "title": " Smart Data Models - ConnectivityNodeContainer", "description": "Adapted from CIM data models. A base class for all objects that may contain connectivity nodes or topological nodes.", "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": [ "ConnectivityNodeContainer" ], "description": "Property. NGSI type. It has to be ConnectivityNodeContainer" }, "ConnectivityNodes": { "description": "Property. Model:'https://schema.org/Number'. Connectivity nodes which belong to this connectivity node container. Default: 'list'", "type": "number" }, "TopologicalNode": { "description": "Property. Model:'https://schema.org/Number'. The topological nodes which belong to this connectivity node container. Default: 'list'", "type": "number" } } } ] }