Amazon Glue · Schema

GetPlanRequest

GetPlanRequest schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
Mapping object
Source object
Sinks object
Location object
Language object
AdditionalPlanOptionsMap object
View JSON Schema on GitHub

JSON Schema

glue-get-plan-request-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-get-plan-request-schema.json",
  "title": "GetPlanRequest",
  "description": "GetPlanRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Mapping": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MappingList"
        },
        {
          "description": "The list of mappings from a source table to target tables."
        }
      ]
    },
    "Source": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogEntry"
        },
        {
          "description": "The source table."
        }
      ]
    },
    "Sinks": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogEntries"
        },
        {
          "description": "The target tables."
        }
      ]
    },
    "Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Location"
        },
        {
          "description": "The parameters for the mapping."
        }
      ]
    },
    "Language": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Language"
        },
        {
          "description": "The programming language of the code to perform the mapping."
        }
      ]
    },
    "AdditionalPlanOptionsMap": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AdditionalPlanOptionsMap"
        },
        {
          "description": "<p>A map to hold additional optional key-value parameters.</p> <p>Currently, these key-value pairs are supported:</p> <ul> <li> <p> <code>inferSchema</code>\u00a0 \u2014 \u00a0Specifies whether to set <code>inferSchema</code> to true or false for the default script generated by an Glue job. For example, to set <code>inferSchema</code> to true, pass the following key value pair:</p> <p> <code>--additional-plan-options-map '{\"inferSchema\":\"true\"}'</code> </p> </li> </ul>"
        }
      ]
    }
  },
  "required": [
    "Mapping",
    "Source"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glue-get-plan-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.