api-v1/models/user/user_contacts.json

11 lines
146 B
JSON

{
"phone": {
"is_mandatory_field": true,
"type": "string"
},
"email": {
"is_mandatory_field": false,
"type": "string"
}
}