{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "modelTags": "SAREF ConnectionPoint", "$id": "https://smart-data-models.github.com/dataModel.SAREF4SYST/ConnectionPoint/schema.json", "derivedFrom": "https://saref.etsi.org/saref4syst/v1.1.2/#s4syst:ConnectionPoint", "title": "Smart data models - ConnectionPoint schema", "type": "object", "license": "https://opensource.org/licenses/BSD-3-Clause", "description": "The class of connection points of systems, at which they may be connected to other systems. This class qualifies properties s4syst:connectsSystem and s4syst:connectedThrough. A connection point belongs to exactly one system. Any system connected through a connection is connected at one of its connection points to the connection. The system of a connection point that is connected through a connection is itself connected through the connection.", "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", "description": "Property. It must be equal to `ConnectionPoint`", "enum": [ "ConnectionPoint" ] }, "connectionPointOf": { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/EntityIdentifierType", "description": "Relationship. Links a connection point to the one and only one system it belongs to. (ConnectionPoint)" } } } ], "required": [ "id", "type" ] }