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