Dataiku · Schema

ManagedFolder

AnalyticsArtificial IntelligenceData PlatformData ScienceMachine Learning

Properties

Name Type Description
projectKey string Project key
id string Managed folder identifier
name string Managed folder name
type string Storage type
View JSON Schema on GitHub

JSON Schema

dataiku-managedfolder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedFolder",
  "title": "ManagedFolder",
  "type": "object",
  "properties": {
    "projectKey": {
      "type": "string",
      "description": "Project key"
    },
    "id": {
      "type": "string",
      "description": "Managed folder identifier"
    },
    "name": {
      "type": "string",
      "description": "Managed folder name"
    },
    "type": {
      "type": "string",
      "description": "Storage type"
    }
  }
}