Tableau · Schema

TagListRequest

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

tableau-taglistrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagListRequest",
  "title": "TagListRequest",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "properties": {
        "tag": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Tag"
          }
        }
      },
      "example": "example_value"
    }
  }
}