spiff-arena/spiffworkflow-backend/tests/data/message-start-event-with-mu.../admin-task-schema.json

16 lines
250 B
JSON

{
"title": "Approval time",
"description": "Are we approving this?",
"type": "object",
"required": [
"firstName"
],
"properties": {
"done": {
"type": "boolean",
"title": "Approved",
"default": false
}
}
}