{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-stored-query-response-structure.json", "name": "GetStoredQueryResponse", "description": "GetStoredQueryResponse schema", "type": "object", "properties": { "StoredQuery": { "allOf": [ { "$ref": "#/components/schemas/StoredQuery" }, { "description": "Returns a StoredQuery object." } ] } } }