User: admin@spiffworkflow.org added process model file playground/dan/example-process-model/what-do-you-like-schema.json

This commit is contained in:
sartography-automated-committer 2023-08-17 16:57:58 +00:00
parent 7f07855655
commit f7664ece34
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"title": "What do you like?",
"description": "",
"properties": {
"spam?": {
"type": "string",
"title": "Do you like spam?"
}
},
"required": []
}

View File

@ -0,0 +1,5 @@
{
"ui:order": [
"spam?"
]
}