This document explains the structure and content of a SpatioTemporal Asset Catalog (STAC) CollectionCollection. A CollectionCollection is a JSON document.
Collection objects are represented in JSON format and are very flexible. Any JSON object that contains all the required fields is a valid STAC CollectionCollection.
- Examples:
- See the minimal example, as well as a
- more complete example.
- OpenAPI YAML
This object describes a STAC CollectionCollection.
Field Name | Type | Description |
---|---|---|
collections | [STAC Collection] | REQUIRED. A possibly-empty array of Collection objects. |
links | [Link Object] | An array of Links related to this CollectionCollection. |
numberMatched | integer | The number of Collections that meet the selection parameters, possibly estimated. |
numberReturned | integer | The number of Collections in the collections array. |
STAC API Extensions can be found here.