demo-process-models/playground/kaninik/oboarding-city/city-profile-schema.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": []
}