mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:18:17 +00:00
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"title": "Ship Product",
|
|
"type": "object",
|
|
"required": [
|
|
"product_shipped"
|
|
],
|
|
"properties": {
|
|
"product_shipped": {
|
|
"title": "Was the product shipped?",
|
|
"type": "string",
|
|
"default": "Y"
|
|
}
|
|
}
|
|
}
|