27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"name": "SmsConfig",
|
|
"description": "Sms configuration",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "smsConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"uri": {
|
|
"type": "string"
|
|
},
|
|
"apiKey": {
|
|
"type": "string"
|
|
},
|
|
"title": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|