{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-air-air09-schema.json", "title": "air09", "description": "GeoJSON Feature Object", "type": "object", "properties": { "geometry": { "$ref": "#/definitions/geo" }, "properties": { "$ref": "#/definitions/air10" }, "type": { "description": "Static marker indicating object is a GeoJSON Feature.", "example": "Feature", "title": "Feature", "type": "string" } }, "required": [ "type", "geometry", "properties" ] }