35 lines
456 B
JSON
35 lines
456 B
JSON
{
|
|
"name": "QuadmindsApiConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "quadmindsApiConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true,
|
|
"required": true
|
|
},
|
|
"url": {
|
|
"type": "string"
|
|
},
|
|
"key": {
|
|
"type": "string"
|
|
},
|
|
"maxObjects": {
|
|
"type": "number"
|
|
},
|
|
"limit": {
|
|
"type": "number"
|
|
},
|
|
"orderTimeFrom": {
|
|
"type": "string"
|
|
},
|
|
"orderTimeTo": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|