User: admin@spiffworkflow.org added process model file playground/dan/example-process-model/what-do-you-like-schema.json
This commit is contained in:
parent
7f07855655
commit
f7664ece34
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"title": "What do you like?",
|
||||||
|
"description": "",
|
||||||
|
"properties": {
|
||||||
|
"spam?": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Do you like spam?"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": []
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"ui:order": [
|
||||||
|
"spam?"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue