2017-05-11 11:01:33 +00:00
|
|
|
{
|
2017-05-11 12:19:43 +00:00
|
|
|
"name": "ContactChannel",
|
2017-10-11 13:36:47 +00:00
|
|
|
"base": "VnModel",
|
2018-01-29 11:37:54 +00:00
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "contactChannel"
|
|
|
|
}
|
|
|
|
},
|
2017-05-11 11:01:33 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "Number",
|
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
}
|
2017-10-11 13:36:47 +00:00
|
|
|
}
|
2017-05-11 11:01:33 +00:00
|
|
|
}
|