From 42a3dcea8b4de63d36daa83943989344ed7ba0d6 Mon Sep 17 00:00:00 2001 From: Luca Cinquini Date: Thu, 9 Mar 2023 12:16:27 -0700 Subject: [PATCH] Adding json spec for CHIRP job --- sounder_sips/chirp/chirp-rebinning-job.json | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sounder_sips/chirp/chirp-rebinning-job.json diff --git a/sounder_sips/chirp/chirp-rebinning-job.json b/sounder_sips/chirp/chirp-rebinning-job.json new file mode 100644 index 0000000..8dfccf5 --- /dev/null +++ b/sounder_sips/chirp/chirp-rebinning-job.json @@ -0,0 +1,32 @@ +{ + "mode": "async", + "response": "document", + "inputs": [ + { + "id": "input_cmr_collection_name", + "data": "my_input_coll" + }, + { + "id": "input_cmr_search_start_time", + "data": "2023-01-01" + }, + { + "id": "input_cmr_search_stop_time", + "data": "2023-01-31" + }, + { + "id": "input_cmr_edl_user", + "data": "abc" + }, + { + "id": "input_cmr_edl_pass", + "data": "def" + } + ], + "outputs": [ + { + "id": "output", + "transmissionMode": "reference" + } + ] +}