mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-22 15:58:13 +00:00
User: kaninikbaradi@gmail.com added process model file playground/kaninik/esru-process-flow/helpline_form.json
This commit is contained in:
parent
d14c7d3241
commit
b712292a35
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user