mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:48:19 +00:00
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"title": "Color Game",
|
|
"required": [
|
|
"favcolor"
|
|
],
|
|
"properties" : {
|
|
"favcolor": {
|
|
"type": "string",
|
|
"title": "Favorite Color"
|
|
}
|
|
}
|
|
} |