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