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.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the table. | ✅ |
| collection_type | String | The type of the collection. | ✅ |
| attributes | one-of-attribute | Attribute data. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |