{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-cwa-rlup77-schema.json", "title": "rlup77", "description": "Results Object", "type": "object", "properties": { "LuValues": { "items": { "$ref": "#/definitions/rlup01" }, "type": "array", "xml": { "name": "LuValues", "wrapped": true }, "example": [ "string" ] }, "Message": { "description": "Field to record messages (typically performance-related) about packet processing", "example": "Success", "title": "Message", "type": "string" } }, "required": [ "Message" ] }