{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.ACRIS/TerminalFacility/schema.json", "title": "Smart Data Models - Mapping of ACRIS data model TerminalFacility", "description": "Property. Information about an Airport Terminal as buildings or infrastructure used to provide services.", "modelTags": "ACRIS", "derivedFrom": "https://acris.aero/static/documents/waittimes/ACI-Wait-Times-API-Specification-v1.6.0.1c4ec122da9a.yaml", "license": "", "type": "object", "allOf": [ { "properties": { "id": { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/EntityIdentifierType" }, "type": { "type": "string", "enum": [ "TerminalFacility" ], "description": "Property. It must be equal to TerminalFacility." }, "Identifier": { "type": "string", "description": "Property. Unique identifier for the Terminal Facility." }, "Name": { "type": "string", "description": "Property. Unique name for the Terminal Facility." }, "AirportFacility": { "type": "object", "description": "Property. Information about an Airport as buildings or infrastructure used to provide services.", "properties": { "IataCode": { "description": "Property. Three character IATA code for the Airport.", "type": "string" }, "IcaoCode": { "description": "Property. Four character ICAO code for the Airport.", "type": "string" }, "Name": { "description": "Property. Common name of the Airport.", "type": "string" } } } } } ], "required": [ "id", "type" ] }