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