Amazon Glue · JSON Structure

Glue Batch Get Blueprints Response Structure

BatchGetBlueprintsResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

BatchGetBlueprintsResponse 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

Blueprints MissingBlueprints

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-blueprints-response-structure.json",
  "name": "BatchGetBlueprintsResponse",
  "description": "BatchGetBlueprintsResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Blueprints": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Blueprints"
        },
        {
          "description": "Returns a list of blueprint as a <code>Blueprints</code> object."
        }
      ]
    },
    "MissingBlueprints": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlueprintNames"
        },
        {
          "description": "Returns a list of <code>BlueprintNames</code> that were not found."
        }
      ]
    }
  }
}