From ad0b390935d58cb0a7336ff237e25290a3eeefdf Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Wed, 18 Sep 2024 15:20:58 +0200 Subject: [PATCH] updated $schema last version --- QueueType/schema.json | 72 +++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/QueueType/schema.json b/QueueType/schema.json index 2c4db6c..0d8d8cb 100644 --- a/QueueType/schema.json +++ b/QueueType/schema.json @@ -1,39 +1,39 @@ { - "$schema": "http://json-schema.org/schema#", - "$schemaVersion": "0.0.1", - "$id": "https://smart-data-models.github.io/dataModel.ACRIS/QueueType/schema.json", - "title": "Smart Data Models - Mapping of ACRIS data model QueueType", - "description": "Property. Information about the type of a Passenger Queue. Values can be: Pre-Check, Private, Economy, Priority, KnownCrewMember.", - "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": [ - "QueueType" - ], - "description": "Property. It must be equal to QueueType." - }, - "Code": { - "type": "string", - "description": "Property. Unique code for the type of Passenger Queue." - }, - "Description": { - "type": "string", - "description": "Property. Description of the type of Passenger Queue." - } - } + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schemaVersion": "0.0.1", + "$id": "https://smart-data-models.github.io/dataModel.ACRIS/QueueType/schema.json", + "title": "Smart Data Models - Mapping of ACRIS data model QueueType", + "description": "Property. Information about the type of a Passenger Queue. Values can be: Pre-Check, Private, Economy, Priority, KnownCrewMember.", + "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": [ + "QueueType" + ], + "description": "Property. It must be equal to QueueType." + }, + "Code": { + "type": "string", + "description": "Property. Unique code for the type of Passenger Queue." + }, + "Description": { + "type": "string", + "description": "Property. Description of the type of Passenger Queue." } - ], - "required": [ - "id", - "type" - ] + } + } + ], + "required": [ + "id", + "type" + ] } \ No newline at end of file