Skip to content

Commit

Permalink
updated $schema last version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Sep 18, 2024
1 parent d4025ce commit 416ec57
Showing 1 changed file with 105 additions and 105 deletions.
210 changes: 105 additions & 105 deletions CheckpointAreaLocation/schema.json
Original file line number Diff line number Diff line change
@@ -1,113 +1,113 @@
{
"$schema": "http://json-schema.org/schema#",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.ACRIS/CheckpointAreaLocation/schema.json",
"title": "Smart Data Models - Mapping of ACRIS data model CheckpointAreaLocation",
"description": "Property. The geospatial or geopolitical location of a Checkpoint.",
"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": [
"CheckpointAreaLocation"
],
"description": "Property. It must be equal to CheckpointAreaLocation."
},
"Latitude": {
"description": "Property. Coordinate of the latitude of the checkpoint area location.",
"type": "number"
},
"Longitude": {
"description": "Property. Coordinate of the longitude of the checkpoint area location.",
"type": "number"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.ACRIS/CheckpointAreaLocation/schema.json",
"title": "Smart Data Models - Mapping of ACRIS data model CheckpointAreaLocation",
"description": "Property. The geospatial or geopolitical location of a Checkpoint.",
"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": [
"CheckpointAreaLocation"
],
"description": "Property. It must be equal to CheckpointAreaLocation."
},
"Latitude": {
"description": "Property. Coordinate of the latitude of the checkpoint area location.",
"type": "number"
},
"Longitude": {
"description": "Property. Coordinate of the longitude of the checkpoint area location.",
"type": "number"
},
"Name": {
"description": "Property. Unique name for geospatial or geopolitical location of a Checkpoint Area Location.",
"type": "string"
},
"Srid": {
"description": "Property. A Spatial Reference System Identifier (SRID), to identify the spatial coordinate system definitions",
"type": "integer"
},
"AirportElevation": {
"type": "object",
"description": "Property. The height of an Airport, above sea level.",
"properties": {
"Name": {
"type": "string",
"description": "Property. The name of an Airport elevation above sea level."
},
"Value": {
"type": "number",
"description": "Property. The value of an Airport elevation above sea level."
},
"AirportElevationUnitOfMeasurement": {
"type": "object",
"description": "Property. The unit of measure of the height of an Airport above sea level (FT for foot or M for metre).",
"properties": {
"Name": {
"description": "Property. Unique name for geospatial or geopolitical location of a Checkpoint Area Location.",
"type": "string"
},
"Srid": {
"description": "Property. A Spatial Reference System Identifier (SRID), to identify the spatial coordinate system definitions",
"type": "integer"
},
"AirportElevation": {
"type": "object",
"description": "Property. The height of an Airport, above sea level.",
"properties": {
"Name": {
"type": "string",
"description": "Property. The name of an Airport elevation above sea level."
},
"Value": {
"type": "number",
"description": "Property. The value of an Airport elevation above sea level."
},
"AirportElevationUnitOfMeasurement": {
"type": "object",
"description": "Property. The unit of measure of the height of an Airport above sea level (FT for foot or M for metre).",
"properties": {
"Name": {
"type": "string",
"description": "Property. The name of the unit of measure for an Airport elevation above sea level."
}
}
}
}
"type": "string",
"description": "Property. The name of the unit of measure for an Airport elevation above sea level."
}
}
}
}
},
"ZoneAreaLocation": {
"type": "object",
"description": "Property. The geospatial or geopolitical location of a Queuing Zone in a Terminal.",
"properties": {
"Name": {
"type": "string",
"description": "Property. Unique name for the Zone Area Location."
},
"TerminalAreaLocation": {
"type": "object",
"description": "Property. The geospatial or geopolitical location of an Airport Terminal building.",
"properties": {
"Name": {
"type": "string",
"description": "Property. Unique name for the Terminal Area Location."
},
"ZoneAreaLocation": {
"type": "object",
"description": "Property. The geospatial or geopolitical location of a Queuing Zone in a Terminal.",
"properties": {
"Name": {
"type": "string",
"description": "Property. Unique name for the Zone Area Location."
},
"TerminalAreaLocation": {
"type": "object",
"description": "Property. The geospatial or geopolitical location of an Airport Terminal building.",
"properties": {
"Name": {
"type": "string",
"description": "Property. Unique name for the Terminal Area Location."
},
"AirportLocation": {
"type": "object",
"description": "Property. The geospatial or geopolitical location of an Airport.",
"properties": {
"Latitude": {
"description": "Property. Coordinate for latitude of the Airport.",
"type": "number"
},
"Longitude": {
"description": "Property. Coordinate for longitude of the Airport.",
"type": "number"
},
"Name": {
"description": "Property. Unique name for the Airport Location.",
"type": "string"
},
"Srid": {
"description": "Property. A Spatial Reference System Identifier (SRID), to identify the spatial coordinate system definitions.",
"type": "integer"
}
}
}
}
}
"AirportLocation": {
"type": "object",
"description": "Property. The geospatial or geopolitical location of an Airport.",
"properties": {
"Latitude": {
"description": "Property. Coordinate for latitude of the Airport.",
"type": "number"
},
"Longitude": {
"description": "Property. Coordinate for longitude of the Airport.",
"type": "number"
},
"Name": {
"description": "Property. Unique name for the Airport Location.",
"type": "string"
},
"Srid": {
"description": "Property. A Spatial Reference System Identifier (SRID), to identify the spatial coordinate system definitions.",
"type": "integer"
}
}
}
}
}
}
}
],
"required": [
"id",
"type"
]
}
}
],
"required": [
"id",
"type"
]
}

0 comments on commit 416ec57

Please sign in to comment.