{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModel.ACRIS/MeasurementDevice/schema.json", "title": "Smart Data Models - Mapping of ACRIS data model MeasurementDevice", "description": "Property. Information about the device (equipment) used to take measurements (observations).", "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": [ "MeasurementDevice" ], "description": "Property. It must be equal to MeasurementDevice." }, "Name": { "description": "Property. Unique name for the Measurement Device.", "type": "string" }, "MeasurementDeviceLocation": { "type": "object", "description": "Property. The geospatial or geopolitical location of a Measurement Device.", "properties": { "Name": { "description": "Property. Unique name for the location of the Measurement Device.", "type": "string" } } } } } ], "required": [ "id", "type" ] }