Tableau · JSON Structure

Tableau Rest Revision Structure

Type: object Properties: 6
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

revisionNumber publishedAt deleted current sizeInBytes publisher

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Revision",
  "type": "object",
  "properties": {
    "revisionNumber": {
      "type": "integer"
    },
    "publishedAt": {
      "type": "string"
    },
    "deleted": {
      "type": "boolean"
    },
    "current": {
      "type": "boolean"
    },
    "sizeInBytes": {
      "type": "integer"
    },
    "publisher": {
      "type": "object"
    }
  }
}