Tableau · JSON Structure

Tableau Rest Data Source Structure

Type: object Properties: 15
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

id name description contentUrl type createdAt updatedAt isCertified certificationNote useRemoteQueryAgent hasExtracts encryptExtracts project owner tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataSource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "contentUrl": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "isCertified": {
      "type": "boolean"
    },
    "certificationNote": {
      "type": "string"
    },
    "useRemoteQueryAgent": {
      "type": "boolean"
    },
    "hasExtracts": {
      "type": "boolean"
    },
    "encryptExtracts": {
      "type": "string"
    },
    "project": {
      "type": "object"
    },
    "owner": {
      "type": "object"
    },
    "tags": {
      "type": "object"
    }
  }
}