Looker · JSON Structure

Looker Folder Base Structure

Type: object Properties: 7
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

FolderBase is a JSON Structure definition published by Looker, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name parent_id content_metadata_id is_shared_root is_users_root is_user_root

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FolderBase",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "content_metadata_id": {
      "type": "integer"
    },
    "is_shared_root": {
      "type": "boolean"
    },
    "is_users_root": {
      "type": "boolean"
    },
    "is_user_root": {
      "type": "boolean"
    }
  }
}