Dataiku · Schema

SignOffConfiguration

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
steps array Ordered list of sign-off steps
View JSON Schema on GitHub

JSON Schema

dataiku-signoffconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignOffConfiguration",
  "title": "SignOffConfiguration",
  "type": "object",
  "properties": {
    "steps": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SignOffStep"
      },
      "description": "Ordered list of sign-off steps"
    }
  }
}