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

18 lines
549 B
JSON
Raw Normal View History

{
"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:" },
"contact": {"type": "integer","minLength":10, "maxLength":10},
"address": {
"type":"string",
"title":"Address"
}
}
}