demo-process-models/playground/kaninik/esru-process-flow/helpline_form.json

17 lines
536 B
JSON

{
"title": "Service Request Form - Operator",
"description": "Service request - phone call based requests to the 14420 helpline are recorded here for further processing.",
"type": "object",
"required": [
"customerName"
],
"properties": {
"customerName": { "type": "string", "title": "Customer Name:", "minLength":10},
"contact": {"type": "integer", "minLength":10},
"address": {
"type":"string",
"title":"Address"
}
}
}