User: kaninikbaradi@gmail.com added process model file playground/kaninik/esru-process-flow/helpline_form.json

This commit is contained in:
sartography-automated-committer 2023-08-02 10:42:13 +00:00
parent d14c7d3241
commit b712292a35

View File

@ -1,4 +1,23 @@
// 14420 operator shall ask following questions;
{
"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","length":10},
"address": {
"type":"string",
"title":"Address"
}
}
}
}
// Name of the person
// Address of the site where the problem is identified
// What is the exact nature of problem?