Glue Databrew Recipe Structure
Represents one or more actions to be performed on a DataBrew dataset.
Recipe is a JSON Structure definition published by Amazon Glue DataBrew, describing 13 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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-recipe-structure.json",
"name": "Recipe",
"description": "Represents one or more actions to be performed on a DataBrew dataset.",
"type": "object",
"properties": {
"CreatedBy": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedBy"
},
{
"description": "The Amazon Resource Name (ARN) of the user who created the recipe."
}
]
},
"CreateDate": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The date and time that the recipe was created."
}
]
},
"LastModifiedBy": {
"allOf": [
{
"$ref": "#/components/schemas/LastModifiedBy"
},
{
"description": "The Amazon Resource Name (ARN) of the user who last modified the recipe."
}
]
},
"LastModifiedDate": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The last modification date and time of the recipe."
}
]
},
"ProjectName": {
"allOf": [
{
"$ref": "#/components/schemas/ProjectName"
},
{
"description": "The name of the project that the recipe is associated with."
}
]
},
"PublishedBy": {
"allOf": [
{
"$ref": "#/components/schemas/PublishedBy"
},
{
"description": "The Amazon Resource Name (ARN) of the user who published the recipe."
}
]
},
"PublishedDate": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The date and time when the recipe was published."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeDescription"
},
{
"description": "The description of the recipe."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeName"
},
{
"description": "The unique name for the recipe."
}
]
},
"ResourceArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) for the recipe."
}
]
},
"Steps": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeStepList"
},
{
"description": "A list of steps that are defined by the recipe."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "Metadata tags that have been applied to the recipe."
}
]
},
"RecipeVersion": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeVersion"
},
{
"description": "<p>The identifier for the version for the recipe. Must be one of the following:</p> <ul> <li> <p>Numeric version (<code>X.Y</code>) - <code>X</code> and <code>Y</code> stand for major and minor version numbers. The maximum length of each is 6 digits, and neither can be negative values. Both <code>X</code> and <code>Y</code> are required, and \"0.0\" isn't a valid version.</p> </li> <li> <p> <code>LATEST_WORKING</code> - the most recent valid version being developed in a DataBrew project.</p> </li> <li> <p> <code>LATEST_PUBLISHED</code> - the most recent published version.</p> </li> </ul>"
}
]
}
},
"required": [
"Name"
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/glue-databrew-recipe-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.