{ "$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-update-recipe-request-structure.json", "name": "UpdateRecipeRequest", "description": "UpdateRecipeRequest schema from Amazon Glue DataBrew API", "type": "object", "properties": { "Description": { "allOf": [ { "$ref": "#/components/schemas/RecipeDescription" }, { "description": "A description of the recipe." } ] }, "Steps": { "allOf": [ { "$ref": "#/components/schemas/RecipeStepList" }, { "description": "One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed." } ] } } }