Amazon Glue · JSON Structure

Glue Batch Get Jobs Response Structure

BatchGetJobsResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

BatchGetJobsResponse is a JSON Structure definition published by Amazon Glue, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Jobs JobsNotFound

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-batch-get-jobs-response-structure.json",
  "name": "BatchGetJobsResponse",
  "description": "BatchGetJobsResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Jobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobList"
        },
        {
          "description": "A list of job definitions."
        }
      ]
    },
    "JobsNotFound": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobNameList"
        },
        {
          "description": "A list of names of jobs not found."
        }
      ]
    }
  }
}