28 lines
501 B
JSON
28 lines
501 B
JSON
|
{
|
||
|
"name": "ImageConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "hedera.imageConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"maxSize": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"useXsendfile": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"url": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"dirLevels": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|