29 lines
387 B
JSON
29 lines
387 B
JSON
|
{
|
||
|
"name": "LocationiqConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "locationiqConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"id": true,
|
||
|
"required": true
|
||
|
},
|
||
|
"url": {
|
||
|
"type": "string",
|
||
|
"required": true
|
||
|
},
|
||
|
"key": {
|
||
|
"type": "string",
|
||
|
"required": true
|
||
|
},
|
||
|
"tolerance": {
|
||
|
"type": "number",
|
||
|
"required": false
|
||
|
}
|
||
|
}
|
||
|
}
|