{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-list-recipes-response-structure.json", "name": "ListRecipesResponse", "description": "ListRecipesResponse schema from Amazon Glue DataBrew API", "type": "object", "properties": { "Recipes": { "allOf": [ { "$ref": "#/components/schemas/RecipeList" }, { "description": "A list of recipes that are defined." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A token that you can use in a subsequent call to retrieve the next set of results." } ] } }, "required": [ "Recipes" ] }