Skip to content

Commit

Permalink
Merge pull request #7 from nasa/harmony-923
Browse files Browse the repository at this point in the history
HARMONY-923: Update harmony-operation.json to include the relatedUrls…
  • Loading branch information
vinnyinverso authored Nov 24, 2021
2 parents bca9afd + cc188ef commit d5f15f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You may want to test Harmony GDAL with an unreleased version of the Harmony Serv

Then install it into your conda environment in development mode. Subsequent changes to the Harmony Service Library will be reflected immediately without need to install it again:

$ pip install -e ../harmony-service-lib
$ pip install -e ../harmony-service-lib-py

## Building & deploying the Docker image

Expand Down
15 changes: 12 additions & 3 deletions example/harmony-operation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../../harmony/app/schemas/data-operation/0.10.0/data-operation-v0.10.0.json",
"version": "0.10.0",
"$schema": "../../harmony/app/schemas/data-operation/0.12.0/data-operation-v0.12.0.json",
"version": "0.12.0",
"callback": "http://localhost/some-path",
"stagingLocation": "s3://example-bucket/public/some-org/some-service/some-uuid/",
"user": "jdoe",
Expand All @@ -11,7 +11,16 @@
{
"id": "V1233801695-EEDTEST",
"name": "red_var",
"fullPath":"red_var"
"fullPath":"red_var",
"relatedUrls": [{
"description": "This URL points to some text data.",
"urlContentType": "DistributionURL",
"type": "GET DATA",
"subtype": "EOSDIS DATA POOL",
"url": "http://example.com/file649.txt",
"mimeType": "text/plain",
"format": "ASCII"
}]
}
],
"granules": [
Expand Down

0 comments on commit d5f15f6

Please sign in to comment.