mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
10 lines
150 B
JSON
10 lines
150 B
JSON
|
{
|
||
|
"title": "Are You Hungry",
|
||
|
"properties": {
|
||
|
"hungry": {
|
||
|
"type": "boolean",
|
||
|
"title": "Hungry?",
|
||
|
"default": false
|
||
|
}
|
||
|
}
|
||
|
}
|