mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:38:13 +00:00
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"title": "City Profile",
|
|
"description": "",
|
|
"properties": {
|
|
"name_of_nodal_officer": {
|
|
"type": "string",
|
|
"title": "Name of Nodal Officer"
|
|
},
|
|
"phone_number": {
|
|
"type": "string",
|
|
"title": "Phone Number"
|
|
}
|
|
},
|
|
"required": []
|
|
} |