From 3d2551c12b6bb8b6928049bd6464d7d1c1fc5add Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 22 May 2024 15:47:47 +0200 Subject: [PATCH] Serve experimental and deprecated flags for Collections --- src/api/collections.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/collections.js b/src/api/collections.js index eb02d37..1ee7b63 100644 --- a/src/api/collections.js +++ b/src/api/collections.js @@ -60,6 +60,8 @@ export default class Data { id: c.id, title: c.title, description: c.description, + experimental: c.experimental, + deprecated: c.deprecated, license: c.license, extent: c.extent, links: c.links