Dataiku · Schema

ScenarioLight

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
id string Scenario identifier
running boolean Whether the scenario is currently running
lastRun object Information about the last run
View JSON Schema on GitHub

JSON Schema

dataiku-scenariolight-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScenarioLight",
  "title": "ScenarioLight",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Scenario identifier"
    },
    "running": {
      "type": "boolean",
      "description": "Whether the scenario is currently running"
    },
    "lastRun": {
      "type": "object",
      "description": "Information about the last run"
    }
  }
}