BatchGetBlueprintsResponse schema from Amazon Glue API
{ "$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-blueprints-response-schema.json", "title": "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." } ] } } }