{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-put-stored-query-response-schema.json", "title": "PutStoredQueryResponse", "description": "PutStoredQueryResponse schema", "type": "object", "properties": { "QueryArn": { "allOf": [ { "$ref": "#/components/schemas/QueryArn" }, { "description": "Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id." } ] } } }