{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr029-schema.json", "title": "dfr029", "description": "CWA 3-Year D80D90 Sources Object", "type": "object", "properties": { "Status": { "items": { "$ref": "#/definitions/dfr030" }, "title": "Status", "type": "array", "xml": { "name": "Status", "wrapped": true }, "example": [ "active" ] } }, "required": [ "Status" ] }