{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.ACRIS/CheckpointFacilityOperatorParty/schema.json", "title": "Smart Data Models - Mapping of ACRIS data model CheckpointFacilityOperatorParty", "description": "Property. Information that describes the Party responsible for the operation of a Checkpoint in an Airport.", "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": [ "CheckpointFacilityOperatorParty" ], "description": "Property. It must be equal to CheckpointFacilityOperatorParty." }, "Name": { "description": "Property. Unique name of the Operator Party for the Checkpoint Facility.", "type": "string" } } } ], "required": [ "id", "type" ] }