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