Attributes that define the updates to the reference table's configuration and properties.

Hierarchy

  • PatchTableRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

Optional text describing the purpose or contents of this reference table.

Metadata specifying where and how to access the reference table's data file.

Schema defining the updates to the structure and columns of the reference table. Schema fields cannot be deleted or renamed.

syncEnabled?: boolean

Whether this table is synced automatically.

tags?: string[]

Tags for organizing and filtering reference tables.

Generated using TypeDoc