{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "modelTags": "", "derivedFrom": "", "license": "", "$id": "https://smart-data-models.github.io/dataModel.Ports/PortAuthority/schema.json", "title": "Smart Data models Port Authority schema", "description": "The data model is intended to provide information about Port Authorities", "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" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Contact-Commons" }, { "properties": { "type": { "type": "string", "description": "Property. NGSI Entity type. It has to be PortAuthority", "enum": [ "PortAuthority" ] }, "unlocode": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. United Nations Code for Trade and Transport Locations. See [Unlocode](https://unece.org/trade/cefact/unlocode-code-list-country-and-territory)" }, "timezone": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. The value provided should be among those listed in the IANA Time Zone Database. See [Time Zone Database](https://timezonedb.com/time-zones)" } } } ], "required": [ "id", "type", "location", "unlocode" ] }