salix/services/loopback/common/models/agency.json

16 lines
219 B
JSON
Raw Normal View History

2017-10-13 14:22:45 +00:00
{
"name": "Agency",
"base": "VnModel",
"properties": {
"id": {
"id": true,
"type": "Number",
"forceId": false
},
"name": {
"type": "String",
"required": false
}
}
}