Skip to main content

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:

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

PropertyTypeDescriptionFlags
nameStringName of the object.⬆️
uuidbase-object-propertiesIdentifier of the object.⬆️
descriptionStringOptional field for adding additional description to uniquely identify this object.⬆️
extensionsObjectExtended properties that may be associated to the object, but not specified in the schema⬆️
tagsObjectKey-value pairs of user-defined metadata⬆️
lineagelineageInformation about the history of the object⬆️
bounding_boxbounding-boxBounding box of the spatial data.
coordinate_reference_systemcrsCoordinate system of the spatial data

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?