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 4f7226a commit e9e25e7
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions MeasurementDeviceLocation/schema.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"$schema": "http://json-schema.org/schema#",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.ACRIS/MeasurementDeviceLocation/schema.json",
"title": "Smart Data Models - Mapping of ACRIS data model MeasurementDeviceLocation",
"description": "Property. The geospatial or geopolitical location of a Measurement Device.",
"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": [
"MeasurementDeviceLocation"
],
"description": "Property. It must be equal to MeasurementDeviceLocation."
},
"Name": {
"description": "Property. Unique name for the location of the Measurement Device.",
"type": "string"
}
}
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.ACRIS/MeasurementDeviceLocation/schema.json",
"title": "Smart Data Models - Mapping of ACRIS data model MeasurementDeviceLocation",
"description": "Property. The geospatial or geopolitical location of a Measurement Device.",
"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": [
"MeasurementDeviceLocation"
],
"description": "Property. It must be equal to MeasurementDeviceLocation."
},
"Name": {
"description": "Property. Unique name for the location of the Measurement Device.",
"type": "string"
}
],
"required": [
"id",
"type"
]
}
}
],
"required": [
"id",
"type"
]
}

0 comments on commit e9e25e7

Please sign in to comment.