User: vkuehn@more-machines.org added process model file playground/volker-kuehn/firstmenu/simple_form.json

This commit is contained in:
sartography-automated-committer 2023-08-09 19:10:08 +00:00
parent 313c455ce0
commit b1d139ed34
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"title": "A registration form",
"description": "A simple form example.",
"type": "object",
"required": [
"firstMessage"
],
"properties": {
"firstMessage": {
"type": "string",
"title": "Your message",
"default": "you are the most beautiful one"
}
}
}