spiff-arena/spiffworkflow-backend/tests/data/message-start-event-with-form/entry-form-schema.json

12 lines
195 B
JSON
Raw Normal View History

{
"title": "Form for message start event",
"type": "object",
"required": ["firstName"],
"properties": {
"firstName": {
"type": "string",
"title": "First name"
}
}
}