Dataiku · Schema

BundleSummary

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
id string Bundle identifier
projectKey string Project key
createdOn integer Creation timestamp
createdBy string User who created the bundle
View JSON Schema on GitHub

JSON Schema

dataiku-bundlesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BundleSummary",
  "title": "BundleSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Bundle identifier"
    },
    "projectKey": {
      "type": "string",
      "description": "Project key"
    },
    "createdOn": {
      "type": "integer",
      "format": "int64",
      "description": "Creation timestamp"
    },
    "createdBy": {
      "type": "string",
      "description": "User who created the bundle"
    }
  }
}