{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-delete-stored-query-request-structure.json", "name": "DeleteStoredQueryRequest", "description": "DeleteStoredQueryRequest schema", "type": "object", "properties": { "QueryName": { "allOf": [ { "$ref": "#/components/schemas/QueryName" }, { "description": "The name of the query that you want to delete." } ] } }, "required": [ "QueryName" ] }