Tableau · Schema

UpdateSubscriptionRequest

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
subscription object
View JSON Schema on GitHub

JSON Schema

tableau-updatesubscriptionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateSubscriptionRequest",
  "title": "UpdateSubscriptionRequest",
  "type": "object",
  "properties": {
    "subscription": {
      "type": "object",
      "properties": {
        "subject": {
          "type": "string"
        },
        "schedule": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "suspended": {
          "type": "boolean"
        }
      },
      "example": "example_value"
    }
  }
}