2023-08-02 10:42:13 +00:00
|
|
|
{
|
|
|
|
"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": [
|
2023-08-02 10:50:07 +00:00
|
|
|
"customerName"
|
2023-08-02 10:42:13 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2023-08-02 16:08:27 +00:00
|
|
|
"customerName": { "type": "string", "title": "Customer Name:", "minLength":10},
|
2023-08-02 10:49:41 +00:00
|
|
|
"contact": {"type": "integer","minLength":10},
|
2023-08-02 10:42:13 +00:00
|
|
|
"address": {
|
|
|
|
"type":"string",
|
|
|
|
"title":"Address"
|
2023-08-02 10:47:53 +00:00
|
|
|
}
|
2023-08-02 10:42:13 +00:00
|
|
|
}
|
|
|
|
}
|