api-v1/models/user/user_details_response.json

16 lines
259 B
JSON

{
"id": {
"is_mandatory_field": true,
"type": "number"
},
"name": {
"is_mandatory_field": true,
"type": "string"
},
"contacts": {
"is_mandatory_field": false,
"type": "JSONArray",
"json_dtype": "user_contacts.json"
}
}