{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-statement-response-structure.json", "name": "GetStatementResponse", "description": "GetStatementResponse schema from Amazon Glue API", "type": "object", "properties": { "Statement": { "allOf": [ { "$ref": "#/components/schemas/Statement" }, { "description": "Returns the statement." } ] } } }