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 5c45a18 commit dd48aba
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions TerminalFacility/schema.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"$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"
}
}
}
"$schema": "https://json-schema.org/draft/2020-12/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"
]
}
}
],
"required": [
"id",
"type"
]
}

0 comments on commit dd48aba

Please sign in to comment.