arena-compose-postgres/process_models/approvals/basic-approval/request-schema.json

13 lines
276 B
JSON

{
"title": "Request form",
"description": "We are about to ask you what you need.",
"type": "object",
"required": [
"request_item"
],
"properties": {
"request_item": {
"type": "string",
"title": "What item would you like to request?" }
}
}