{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr0-get-cwa-eff-alr-exp.results-schema.json", "title": "dfr0_get_cwa_eff_alr_exp.Results", "description": "Results Object", "type": "object", "properties": { "CWAEffluentALRExceedencesEXP": { "$ref": "#/definitions/dfr035_EXP" }, "Message": { "description": "Field to record messages (typically performance-related) about packet processing", "example": "Success", "title": "Message", "type": "string" } }, "required": [ "Message" ] }