{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "air", "type": "object", "properties": { "air": { "$ref": "#/definitions/airData" } } }