Dataiku · Schema

ProjectSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
projectKey string Unique project key
name string Display name of the project
owner string Login of the project owner
projectStatus string Current status of the project
View JSON Schema on GitHub

JSON Schema

dataiku-projectsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectSummary",
  "title": "ProjectSummary",
  "type": "object",
  "properties": {
    "projectKey": {
      "type": "string",
      "description": "Unique project key"
    },
    "name": {
      "type": "string",
      "description": "Display name of the project"
    },
    "owner": {
      "type": "string",
      "description": "Login of the project owner"
    },
    "projectStatus": {
      "type": "string",
      "description": "Current status of the project"
    }
  }
}