mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 13:18:10 +00:00
17 lines
521 B
JSON
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"
|
|
}
|
|
}
|
|
}
|