Skip to content

Commit a003fc5

Browse files
yenes56ESHIN David Yen
andauthored
added producerGranuleId optional field (#40)
Co-authored-by: ESHIN David Yen <david.yen@jpl.nasa.gov>
1 parent 1bfa8af commit a003fc5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cumulus_sns_schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@
202202
"description": "Identifier/name of the product",
203203
"type": "string"
204204
},
205+
"producerGranuleId": {
206+
"description": "Optional provider-assigned granule identifier for this product",
207+
"type": "string"
208+
},
205209
"dataVersion": {
206210
"description": "Version of this product",
207211
"type": "string"
@@ -272,4 +276,4 @@
272276
]
273277
}
274278
]
275-
}
279+
}

0 commit comments

Comments
 (0)