survey-attribute-definition
schema/components/survey-attribute-definition/1.0.1/survey-attribute-definition.schema.json
The survey-attribute-definition component defines common properties for attributes in survey data, including
the attribute name, spatial offset, and description.
This is used by geophysical survey schemas (e.g., gravity, magnetics) to describe the measurements collected.
Used by: drilling-campaign, gravity, magnetics, radiometric.
See also: survey-attribute.
Properties
survey-attribute-definition (v1.0.1)
Common properties for attributes in survey data.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute. | ✅ |
| key | String | An identifier of the attribute. Must be unique within a list of attributes. | ✅ |
| offset | coordinates-3d | Offset of attribute measurements relative to the point of reference. | |
| significant_digits | Integer | Significant digits. | |
| description | attribute-description | Attribute-specific properties for survey data. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |