Amazon Glue · Schema

BatchGetWorkflowsResponse

BatchGetWorkflowsResponse schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
Workflows object
MissingWorkflows object
View JSON Schema on GitHub

JSON Schema

glue-batch-get-workflows-response-schema.json Raw ↑
{
  "$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."
        }
      ]
    }
  }
}