26 lines
324 B
JSON
26 lines
324 B
JSON
|
{
|
||
|
"name": "SambaConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "account.sambaConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"host": {
|
||
|
"type": "string",
|
||
|
"required": true
|
||
|
},
|
||
|
"sshUser": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"sshPass": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|