Tableau · JSON Structure

Tableau Rest Project Structure

Type: object Properties: 9
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

id name description parentProjectId contentPermissions createdAt updatedAt owner topLevelProject

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Project",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "parentProjectId": {
      "type": "['string', 'null']"
    },
    "contentPermissions": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "owner": {
      "type": "object"
    },
    "topLevelProject": {
      "type": "boolean"
    }
  }
}