{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-get-trigger-response-schema.json", "title": "GetTriggerResponse", "description": "GetTriggerResponse schema from Amazon Glue API", "type": "object", "properties": { "Trigger": { "allOf": [ { "$ref": "#/components/schemas/Trigger" }, { "description": "The requested trigger definition." } ] } } }