{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-batch-get-workflows-response-schema.json", "title": "BatchGetWorkflowsResponse", "description": "BatchGetWorkflowsResponse schema from Amazon Glue API", "type": "object", "properties": { "Workflows": { "allOf": [ { "$ref": "#/components/schemas/Workflows" }, { "description": "A list of workflow resource metadata." } ] }, "MissingWorkflows": { "allOf": [ { "$ref": "#/components/schemas/WorkflowNames" }, { "description": "A list of names of workflows not found." } ] } } }