{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-dfr-dfr002-results-structure.json", "name": "dfr002_Results", "description": "Results Object", "type": "object", "properties": { "AirQuality": { "$ref": "#/definitions/dfr024" }, "Message": { "type": "string", "description": "Field to record messages (typically performance-related) about packet processing", "example": "Success" } }, "required": [ "Message" ] }