From 4e19b7720342c388261a1c7bef8f02b9f88ae2df Mon Sep 17 00:00:00 2001 From: Bert Temme Date: Wed, 13 Dec 2023 12:05:47 +0100 Subject: [PATCH] Update stac.rst (#1425) --- docs/source/data-publishing/stac.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/data-publishing/stac.rst b/docs/source/data-publishing/stac.rst index 61bf88d..0fad719 100644 --- a/docs/source/data-publishing/stac.rst +++ b/docs/source/data-publishing/stac.rst @@ -156,6 +156,7 @@ File examples { "id": "STAC-Catalog", + "type": "Catalog", "stac_version": "1.0.0", "description": "A description of the STAC Catalog", "links": [ @@ -185,6 +186,7 @@ The code above shows the root catalog. The sub-catalogs have an additional ``rel { "id": "dem", + "type": "Catalog", "stac_version": "1.0.0", "description": "Digital Elevation Data", "links": [