Tableau · Schema

CreateSiteRequest

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
site object
View JSON Schema on GitHub

JSON Schema

tableau-rest-create-site-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateSiteRequest",
  "type": "object",
  "properties": {
    "site": {
      "type": "object"
    }
  }
}