{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr047-.status-schema.json", "title": "dfr047_.Status", "description": "CWA RNC Compliance Statuses Object", "type": "object", "properties": { "Status": { "items": { "$ref": "#/definitions/dfr0_Qtr12Status" }, "title": "Status", "type": "array", "xml": { "name": "Status", "wrapped": true }, "example": [ "active" ] } } }