From 0d9a55b96036ae2e4a99bde7d8b51c16ecbd18a6 Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Wed, 18 Sep 2024 15:20:45 +0200 Subject: [PATCH] updated $schema last version --- OperationTimePeriod/schema.json | 72 ++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/OperationTimePeriod/schema.json b/OperationTimePeriod/schema.json index 1d411e9..99170c1 100644 --- a/OperationTimePeriod/schema.json +++ b/OperationTimePeriod/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/OperationTimePeriod/schema.json", - "title": "Smart Data Models - Mapping of ACRIS data model OperationTimePeriod", - "description": "Property. The time period over which the Checkpoint is operating.", - "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": [ - "OperationTimePeriod" - ], - "description": "Property. It must be equal to OperationTimePeriod." - }, - "ClosingTime": { - "description": "Property. The date and time from when the Checkpoint Facility is closed. Date time should be UTC, compliant with ISO 8601 format (e.g. 2023-04-20T11:54:59Z)", - "type": "string" - }, - "OpeningTime": { - "description": "Property. The date and time from when the Checkpoint Facility is open. Date time should be UTC, compliant with ISO 8601 format (e.g. 2023-04-20T11:54:59Z)", - "type": "string" - } - } + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$schemaVersion": "0.0.1", + "$id": "https://smart-data-models.github.io/dataModel.ACRIS/OperationTimePeriod/schema.json", + "title": "Smart Data Models - Mapping of ACRIS data model OperationTimePeriod", + "description": "Property. The time period over which the Checkpoint is operating.", + "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": [ + "OperationTimePeriod" + ], + "description": "Property. It must be equal to OperationTimePeriod." + }, + "ClosingTime": { + "description": "Property. The date and time from when the Checkpoint Facility is closed. Date time should be UTC, compliant with ISO 8601 format (e.g. 2023-04-20T11:54:59Z)", + "type": "string" + }, + "OpeningTime": { + "description": "Property. The date and time from when the Checkpoint Facility is open. Date time should be UTC, compliant with ISO 8601 format (e.g. 2023-04-20T11:54:59Z)", + "type": "string" } - ], - "required": [ - "id", - "type" - ] + } + } + ], + "required": [ + "id", + "type" + ] } \ No newline at end of file