User: vkuehn@more-machines.org added process model file playground/volker-kuehn/firstmenu/simple_form.json
This commit is contained in:
parent
313c455ce0
commit
b1d139ed34
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue