{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-cwa-qp0-structure.json", "name": "qp0", "description": "Query Parameters Object", "type": "object", "properties": { "QP": { "type": "string", "description": "Query parameter", "example": "output" }, "QV": { "type": "string", "description": "Query value", "example": "JSON" } }, "required": [ "QP", "QV" ] }