Amazon Glue DataBrew · Schema
DescribeRecipeResponse
DescribeRecipeResponse schema from Amazon Glue DataBrew API
Data AnalyticsData PreparationETLMachine-Learning
Properties
| Name | Type | Description |
|---|---|---|
| CreatedBy | object | |
| CreateDate | object | |
| LastModifiedBy | object | |
| LastModifiedDate | object | |
| ProjectName | object | |
| PublishedBy | object | |
| PublishedDate | object | |
| Description | object | |
| Name | object | |
| Steps | object | |
| Tags | object | |
| ResourceArn | object | |
| RecipeVersion | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-schema/glue-databrew-describe-recipe-response-schema.json",
"title": "DescribeRecipeResponse",
"description": "DescribeRecipeResponse schema from Amazon Glue DataBrew API",
"type": "object",
"properties": {
"CreatedBy": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedBy"
},
{
"description": "The identifier (user name) 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 identifier (user name) of the user who last modified the recipe."
}
]
},
"LastModifiedDate": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The date and time that the recipe was last modified."
}
]
},
"ProjectName": {
"allOf": [
{
"$ref": "#/components/schemas/ProjectName"
},
{
"description": "The name of the project associated with this recipe."
}
]
},
"PublishedBy": {
"allOf": [
{
"$ref": "#/components/schemas/PublishedBy"
},
{
"description": "The identifier (user name) of the user who last published the recipe."
}
]
},
"PublishedDate": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The date and time when the recipe was last published."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeDescription"
},
{
"description": "The description of the recipe."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeName"
},
{
"description": "The name 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."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "Metadata tags associated with this project."
}
]
},
"ResourceArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The ARN of the recipe."
}
]
},
"RecipeVersion": {
"allOf": [
{
"$ref": "#/components/schemas/RecipeVersion"
},
{
"description": "The recipe version identifier."
}
]
}
},
"required": [
"Name"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glue-databrew-describe-recipe-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.