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