Dataiku · Schema

WorkflowStatus

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine-Learning

Properties

Name Type Description
id string Status identifier
name string Status display name
color string Status color code
View JSON Schema on GitHub

JSON Schema

dataiku-workflowstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowStatus",
  "title": "WorkflowStatus",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Status identifier"
    },
    "name": {
      "type": "string",
      "description": "Status display name"
    },
    "color": {
      "type": "string",
      "description": "Status color code"
    }
  }
}