salix/services/production/common/models/client.json

15 lines
228 B
JSON
Raw Normal View History

2017-06-21 10:11:38 +00:00
{
"name": "Client",
2017-10-11 13:36:47 +00:00
"base": "VnModel",
2017-06-21 10:11:38 +00:00
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"name": {
"type": "string",
"required": true
}
2017-10-11 13:36:47 +00:00
}
2017-06-21 10:11:38 +00:00
}