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

30 lines
560 B
JSON

{
"name": "SmsConfig",
"description": "Sms configuration",
"base": "VnModel",
"options": {
"mysql": {
"table": "smsConfig"
}
},
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"uri": {
"type": "String"
},
"user": {
"type": "String"
},
"password": {
"type": "String"
},
"title": {
"type": "String"
}
}
}