22 lines
343 B
JSON
22 lines
343 B
JSON
|
{
|
||
|
"name": "ClientConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "clientConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "Number",
|
||
|
"id": true,
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"riskTolerance": {
|
||
|
"type": "Number"
|
||
|
},
|
||
|
"maxCreditRows": {
|
||
|
"type": "Number"
|
||
|
}
|
||
|
}
|
||
|
}
|