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