base-spatial-data-properties
schema/components/base-spatial-data-properties/1.1.0/base-spatial-data-properties.schema.json
The base-spatial-data-properties component extends base-object-properties with
fields required by all spatial data objects. Most object schemas compose this component via allOf.
In addition to the inherited fields (name, uuid, description, etc.), it adds:
bounding_box— The geographic bounding box of the spatial data.coordinate_reference_system— The coordinate reference system in which the object's spatial data is defined.
Used by: Most object schemas.
Properties
base-spatial-data-properties (v1.1.0)
Properties common to all types of Geoscience spatial data such as name, unique identifier, and bounding box
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | Name of the object. | ⬆️ ✅ |
| uuid | base-object-properties | Identifier of the object. | ⬆️ ✅ |
| description | String | Optional field for adding additional description to uniquely identify this object. | ⬆️ |
| extensions | Object | Extended properties that may be associated to the object, but not specified in the schema | ⬆️ |
| tags | Object | Key-value pairs of user-defined metadata | ⬆️ |
| lineage | lineage | Information about the history of the object | ⬆️ |
| bounding_box | bounding-box | Bounding box of the spatial data. | ✅ |
| coordinate_reference_system | crs | Coordinate system of the spatial data | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |