From 947ae6d6f795332a6a5a9151696d4215effd28d5 Mon Sep 17 00:00:00 2001 From: Bert Temme Date: Wed, 13 Dec 2023 09:57:39 +0100 Subject: [PATCH] Update stac.rst --- 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 61bf88d40..0fad719f9 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": [