User: admin@spiffworkflow.org added process model file bpmn-unit-tests/expected-to-pass/single-activity-tests/exclusive-gateway/your-age-uischema.json

This commit is contained in:
sartography-automated-committer 2023-05-26 13:15:06 +00:00
parent 497f45c749
commit 8b6776c9c1
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,11 @@
{
"title": "Your Age",
"description": "",
"properties": {},
"properties": {
"age": {
"type": "string",
"title": "Age"
}
},
"required": []
}

View File

@ -1,3 +1,5 @@
{
"ui:order": []
"ui:order": [
"age"
]
}