Skip to main content

data-table

schema/components/data-table/1.2.0/data-table.schema.json

The data-table component represents a named table of attribute data. It is used to store supplementary data that does not correspond directly to a geometric property.

  • name — The name of the table.
  • collection_type — Always "data" (a constant discriminator).
  • attributes — An optional list of attributes (via one-of-attribute).

Used by: downhole-collection.

See also: interval-table, distance-table (specialised table types), downhole-attributes (drilling context).

Properties

data-table (v1.2.0)

A table storing extra data.

PropertyTypeDescriptionFlags
nameStringThe name of the table.
collection_typeStringThe type of the collection.
attributesone-of-attributeAttribute data.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?