Dataiku · Schema

RecipeSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
projectKey string Project key
name string Recipe name
type string Recipe type (e.g., prepare, python, sql, join, sync)
View JSON Schema on GitHub

JSON Schema

dataiku-recipesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecipeSummary",
  "title": "RecipeSummary",
  "type": "object",
  "properties": {
    "projectKey": {
      "type": "string",
      "description": "Project key"
    },
    "name": {
      "type": "string",
      "description": "Recipe name"
    },
    "type": {
      "type": "string",
      "description": "Recipe type (e.g., prepare, python, sql, join, sync)"
    }
  }
}