40 lines
725 B
JSON
40 lines
725 B
JSON
|
{
|
||
|
"name": "MobileAppVersionControl",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "vn.mobileAppVersionControl"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true
|
||
|
},
|
||
|
"appName": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
|
||
|
"version": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
|
||
|
"isVersionCritical": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
|
||
|
"urlProduction": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"urlBeta": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"versionBeta": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"isVersionBetaCritical": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
}
|