{
  "data": {
    "displayName": "string",
    "description": "string",
    "documentation": "string",
    "enableForAnalysis": false,
    "name": "string",
    "tags": [
      {
        "id": "string",
        "name": "string"
      }
    ],
    "fields": [
      {
        "id": "string",
        "name": "string",
        "ordinal": 0,
        "description": "string",
        "parseFormat": "string",
        "type": {
          "name": "Boolean",
          "id": "Schema_Field_Type=Boolean"
        },
        "precision": 0,
        "scale": 0,
        "businessObject": {
          "id": "string",
          "descriptor": "string"
        },
        "context": {
          "id": "string",
          "descriptor": "string"
        },
        "displayName": "string",
        "defaultValue": "string",
        "fieldId": "string",
        "required": false,
        "externalId": false
      }
    ],
    "id": "string",
    "empty": false,
    "published": false,
    "stats": {
      "rows": "string",
      "size": "string"
    },
    "createdBy": {
      "id": "string",
      "fullName": "string",
      "descriptor": "string"
    },
    "createdMoment": "string",
    "updatedBy": {
      "id": "string",
      "fullName": "string",
      "descriptor": "string"
    },
    "updatedMoment": "string",
    "dateRefreshed": "string",
    "tablePermissions": {
      "canView": false,
      "canEdit": false,
      "canDelete": false,
      "canShare": false,
      "canPublish": false,
      "canAppendTableData": false,
      "canReplaceTableData": false,
      "canTruncateTableData": false,
      "canDeleteTableData": false,
      "canEditDataSourceSecurity": false,
      "selectTableData": false
    }
  }
}