Skip to content

Commit

Permalink
add checkpoint_id to create batch schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 19, 2024
1 parent d60d1ad commit e115b06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/api/schema/req.body.CreateBatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"type": "string",
"description": "The mosaic name for the TimeFrame"
},
"checkpoint_id": {
"type": "integer",
"description": "The Checkpoint to load onto the instance"
},
"aoi": {
"type": "integer",
"description": "The AOI to load onto the instance"
Expand Down

0 comments on commit e115b06

Please sign in to comment.