salix/modules/client/back/models/sms-config.json

27 lines
500 B
JSON
Raw Permalink Normal View History

2019-03-27 07:48:13 +00:00
{
"name": "SmsConfig",
"description": "Sms configuration",
"base": "VnModel",
"options": {
"mysql": {
"table": "smsConfig"
}
},
"properties": {
"id": {
2022-05-12 07:47:47 +00:00
"type": "number",
2019-03-27 07:48:13 +00:00
"id": true,
"description": "Identifier"
},
"uri": {
2022-05-12 07:47:47 +00:00
"type": "string"
2019-03-27 07:48:13 +00:00
},
2022-01-10 12:20:57 +00:00
"apiKey": {
2022-05-12 07:47:47 +00:00
"type": "string"
2022-01-10 14:14:05 +00:00
},
"title": {
2022-05-12 07:47:47 +00:00
"type": "string"
2019-03-27 07:48:13 +00:00
}
}
}