diff --git a/foo/bar/0d3bd837-a7a5-49ea-8d6f-ecd5eccbf48f.json b/foo/bar/0d3bd837-a7a5-49ea-8d6f-ecd5eccbf48f.json new file mode 100644 index 0000000..2a51d13 --- /dev/null +++ b/foo/bar/0d3bd837-a7a5-49ea-8d6f-ecd5eccbf48f.json @@ -0,0 +1,4 @@ +{ + "id": "0d3bd837-a7a5-49ea-8d6f-ecd5eccbf48f", + "foo": "Test" +} diff --git a/foo/bar/blabla.json b/foo/bar/blabla.json new file mode 100644 index 0000000..e69de29 diff --git a/foo/bar/fdf12b9c-5367-4c9e-bd5f-85a2385dde34.json b/foo/bar/fdf12b9c-5367-4c9e-bd5f-85a2385dde34.json new file mode 100644 index 0000000..ebd6e32 --- /dev/null +++ b/foo/bar/fdf12b9c-5367-4c9e-bd5f-85a2385dde34.json @@ -0,0 +1,9 @@ +{ + "id": "fdf12b9c-5367-4c9e-bd5f-85a2385dde34", + "foo": "", + "bar": false, + "custom": "", + "dynamicEnum": [ + "README.md" + ] +} diff --git a/foo/bar/hello.json b/foo/bar/hello.json new file mode 100644 index 0000000..e69de29 diff --git a/foo/bar/test.json b/foo/bar/test.json new file mode 100644 index 0000000..0f14952 --- /dev/null +++ b/foo/bar/test.json @@ -0,0 +1,5 @@ +{ + "id": "", + "foo": "", + "bar": false +} diff --git a/foo/bar/test.md b/foo/bar/test.md new file mode 100644 index 0000000..e69de29 diff --git a/products/abcd/collection.json b/products/abcd/collection.json new file mode 100644 index 0000000..1c74a4a --- /dev/null +++ b/products/abcd/collection.json @@ -0,0 +1,53 @@ +{ + "stac_version": "1.0.0", + "stac_extensions": [], + "id": "", + "type": "Collection", + "title": "", + "description": "", + "keywords": [], + "license": "various", + "extent": { + "spatial": { + "bbox": [] + }, + "temporal": { + "interval": [ + [ + "", + "" + ] + ] + } + }, + "providers": [], + "summaries": [], + "assets": {}, + "links": [], + "created": "", + "osc:type": "product", + "osc:status": "planned", + "osc:project": "", + "osc:region": "", + "osc:missions": [], + "themes": [ + { + "concepts": [ + { + "id": "", + "title": "", + "description": "", + "url": "" + } + ], + "scheme": "" + } + ], + "osc:variables": [], + "cf:parameter": [ + { + "name": "", + "unit": "" + } + ] +} diff --git a/products/fd2fc1d3-3a7b-48f3-b445-ca6bc0af27c0/collection.json b/products/fd2fc1d3-3a7b-48f3-b445-ca6bc0af27c0/collection.json new file mode 100644 index 0000000..86ea853 --- /dev/null +++ b/products/fd2fc1d3-3a7b-48f3-b445-ca6bc0af27c0/collection.json @@ -0,0 +1,4 @@ +{ + "id": "fd2fc1d3-3a7b-48f3-b445-ca6bc0af27c0", + "title": "Test Product" +} diff --git a/projects/catalog.json b/projects/catalog.json new file mode 100644 index 0000000..c3f0a55 --- /dev/null +++ b/projects/catalog.json @@ -0,0 +1,27 @@ +{ + "type": "Catalog", + "id": "projects", + "stac_version": "1.0.0", + "description": "Activities funded by ESA", + "links": [ + { + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "Open Science Catalog" + }, + { + "rel": "parent", + "href": "../catalog.json", + "type": "application/json", + "title": "Open Science Catalog" + }, + { + "rel": "self", + "href": "https://esa-earthcode.github.io/open-science-catalog-metadata/projects/catalog.json", + "type": "application/json" + } + ], + "updated": "2024-09-12T20:32:23.037110Z", + "title": "Projects" +} diff --git a/workflows/abc/record.json b/workflows/abc/record.json new file mode 100644 index 0000000..69a88e3 --- /dev/null +++ b/workflows/abc/record.json @@ -0,0 +1 @@ +{} diff --git a/workflows/catalog.json b/workflows/catalog.json new file mode 100644 index 0000000..dd4ea07 --- /dev/null +++ b/workflows/catalog.json @@ -0,0 +1,27 @@ +{ + "type": "Catalog", + "id": "workflows", + "stac_version": "1.0.0", + "description": "Geoscience workflows for experiments", + "links": [ + { + "rel": "root", + "href": "../catalog.json", + "type": "application/json", + "title": "Open Science Catalog" + }, + { + "rel": "parent", + "href": "../catalog.json", + "type": "application/json", + "title": "Open Science Catalog" + }, + { + "rel": "self", + "href": "https://esa-earthcode.github.io/open-science-catalog-metadata/workflows/catalog.json", + "type": "application/json" + } + ], + "updated": "2025-02-19T23:00:00.000000Z", + "title": "Workflows" +} \ No newline at end of file