User: dan@sartography.com added process model file playground/dan/dans-first-progress-model/questions-about-spam-uischema.json

This commit is contained in:
sartography-automated-committer 2023-06-30 20:12:37 +00:00
parent 713971bd0b
commit ffb834ab04
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"title": "Questions about Spam",
"description": "",
"properties": {
"cans_of_spam": {
"type": "string",
"title": "How many can's of spam did you eat this week"
}
},
"required": []
}

View File

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