diff --git a/sds_update.json b/sds_update.json new file mode 100644 index 0000000..254daa0 --- /dev/null +++ b/sds_update.json @@ -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"] +}