{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.ERA/Certificate/schema.json", "modelTags": "ERA vocabulary, railway, train", "license": "https://smart-data-models.github.io/dataModel.ERA/Certificate/LICENSE.md", "derivedFrom": "http://data.europa.eu/949/SystemSeparationInfo", "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": [ "SystemSeparationInfo" ], "description": "Property. NGSI data type. It has to be SystemSeparationInfo" }, "systemSeparationInfoChangeSupplySystem": { "type": "string", "description": "Property. System separation info change supply system" }, "systemSeparationInfoLength": { "type": "integer", "description": "Property. System separation info length" }, "systemSeparationInfoPantographLowered": { "type": "boolean", "description": "Property. System separation info pantograph lowered" }, "systemSeparationInfoSwitchOffBreaker": { "type": "boolean", "description": "Property. System separation info switch off breaker" } } } ], "required": [ "id", "type" ], "title": "SystemSeparationInfo + mapped from ERA ontology by Smart Data Models", "description": "Indication of required several information on system separation." }