Skip to content

Commit

Permalink
sds_update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent ce67f60 commit 3b3e1cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sds_update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "swodlr-sds-update",
"type": "object",
"properties": {
"job_id": {"type": "string"},
"status": {"type": "string"},
"products_staged": {"type": "array"}
},
"required": ["job_id", "status", "products_staged"]
}

0 comments on commit 3b3e1cd

Please sign in to comment.