{ "$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-publish-recipe-request-structure.json", "name": "PublishRecipeRequest", "description": "PublishRecipeRequest schema from Amazon Glue DataBrew API", "type": "object", "properties": { "Description": { "allOf": [ { "$ref": "#/components/schemas/RecipeDescription" }, { "description": "A description of the recipe to be published, for this version of the recipe." } ] } } }