{ "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" } } }