Amazon Glue DataBrew · JSON Structure

Glue Databrew List Recipe Versions Response Structure

ListRecipeVersionsResponse schema from Amazon Glue DataBrew API

Type: object Properties: 2 Required: 1
Data AnalyticsData PreparationETLMachine Learning

ListRecipeVersionsResponse is a JSON Structure definition published by Amazon Glue DataBrew, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken Recipes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-recipe-versions-response-structure.json",
  "name": "ListRecipeVersionsResponse",
  "description": "ListRecipeVersionsResponse schema from Amazon Glue DataBrew API",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A token that you can use in a subsequent call to retrieve the next set of results."
        }
      ]
    },
    "Recipes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipeList"
        },
        {
          "description": "A list of versions for the specified recipe."
        }
      ]
    }
  },
  "required": [
    "Recipes"
  ]
}