The key parts of a Spatio-Temporal Asset Catalog (STAC) are Items, Catalogs, and Collections.
href
where you can find this image.An Item represents a single spatiotemporal asset as GeoJSON so it can be searched.
Also-
An Item is a GeoJSON Feature augmented with foreign members relevant to a STAC object.
The item has “assets” which are the links to the actual images. The item can have multiple assets (e.g. a full-res image, a thumbnail, and a metadata XML file.)
Catalog A group of Items, or other Catalogs. Analogy: a folder on your filesystem. Can also group together collections (i.e. you can have a Catalog that just points to other Catalogs, or other Collections).
Collection Like a Catalog (shares much of the same metadata), but goes further and has things like
The Diagram is probably too complex for a starting point, but shows all possible links: