2017-05-11 11:01:33 +00:00
|
|
|
{
|
2022-05-12 06:06:30 +00:00
|
|
|
"name": "ContactChannel",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "contactChannel"
|
|
|
|
}
|
2017-05-11 11:01:33 +00:00
|
|
|
},
|
2022-05-12 06:06:30 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2022-05-12 06:06:30 +00:00
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
}
|
2017-05-11 11:01:33 +00:00
|
|
|
}
|
|
|
|
}
|