Tableau · Schema

ViewListResponse

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
pagination object
views object
View JSON Schema on GitHub

JSON Schema

tableau-viewlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ViewListResponse",
  "title": "ViewListResponse",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "views": {
      "type": "object",
      "properties": {
        "view": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/View"
          }
        }
      },
      "example": "example_value"
    }
  }
}