Improved schema

This commit is contained in:
JakubDrobnik 2018-11-20 15:31:33 +01:00
parent 29e07e02d0
commit 732bbaeb14

View File

@ -18,12 +18,13 @@
"lng": { "lng": {
"title": "Viewport Longitude", "title": "Viewport Longitude",
"type": "number", "type": "number",
"description": "Use it with combination with latitude and zoom to set up viewport to search on.", "description": "Use it with combination with latitude and zoom to set up viewport to search on."
}, },
"zoom": { "zoom": {
"title": "Viewport Zoom", "title": "Viewport Zoom",
"type": "number", "type": "number",
"description": "Use it with combination with longitude and latitude to set up viewport to search on.", "description": "Use it with combination with longitude and latitude to set up viewport to search on.",
"minimum": 1,
"maximum": 15 "maximum": 15
} }
}, },