Improved schema

This commit is contained in:
JakubDrobnik 2018-11-20 15:35:05 +01:00
parent 732bbaeb14
commit 433468aed3

View File

@ -12,12 +12,12 @@
}, },
"lat": { "lat": {
"title": "Viewport Latitude", "title": "Viewport Latitude",
"type": "number", "type": "string",
"description": "Use it with combination with longitude and zoom to set up viewport to search on." "description": "Use it with combination with longitude and zoom to set up viewport to search on."
}, },
"lng": { "lng": {
"title": "Viewport Longitude", "title": "Viewport Longitude",
"type": "number", "type": "string",
"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": {