diff --git a/ingestion-data/staging/dataset-config/deployedUITest.json b/ingestion-data/staging/dataset-config/deployedUITest.json new file mode 100644 index 00000000..75892c9b --- /dev/null +++ b/ingestion-data/staging/dataset-config/deployedUITest.json @@ -0,0 +1,56 @@ +{ + "links": [], + "spatial_extent": { + "xmin": 1, + "ymin": 1, + "xmax": 1, + "ymax": 1 + }, + "temporal_extent": { + "startdate": "2024-12-01", + "enddate": "2024-12-19" + }, + "discovery_items": [ + { + "upload": false, + "cogify": false, + "dry_run": false, + "filename_regex": "[\\s\\S]*", + "use_multithreading": false, + "prefix": "test", + "bucket": "test" + } + ], + "sample_files": [ + "test" + ], + "data_type": "cog", + "stac_extensions": [], + "item_assets": { + "cog_default": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Default COG Layer", + "description": "Cloud optimized default layer to display on map" + } + }, + "providers": [], + "assets": { + "thumbnail": { + "roles": [ + "test" + ], + "title": "test", + "description": "test", + "href": "test", + "type": "test" + } + }, + "collection": "deployed UI Test", + "title": "test", + "license": "test", + "description": "updated description" +} \ No newline at end of file