{ "$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/MinAxleLoadVehicleCategory", "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": [ "MinAxleLoadVehicleCategory" ], "description": "Property. NGSI data type. It has to be MinAxleLoadVehicleCategory" }, "minAxleLoad": { "type": "number", "description": "Property. Minimum permitted axle load" }, "minAxleLoadVehicleCategory": { "type": "string", "format": "uri", "description": "Relationship. Minimum axle load vehicle category" } } } ], "required": [ "id", "type" ], "title": "MinAxleLoadVehicleCategory + mapped from ERA ontology by Smart Data Models", "description": "Deprecated according to the ammendment to the Regulation (EU) 2019/777. Represents information that indicates the load given in tons depending of the category of vehicle. Its properties are minAxleLoadVehicleCategory and minAxleLoad." }