12 lines
195 B
JSON
12 lines
195 B
JSON
|
{
|
||
|
"title": "Form for message start event",
|
||
|
"type": "object",
|
||
|
"required": ["firstName"],
|
||
|
"properties": {
|
||
|
"firstName": {
|
||
|
"type": "string",
|
||
|
"title": "First name"
|
||
|
}
|
||
|
}
|
||
|
}
|