diff --git a/INPUT_SCHEMA.json b/INPUT_SCHEMA.json index 08c5c95..087a8b6 100644 --- a/INPUT_SCHEMA.json +++ b/INPUT_SCHEMA.json @@ -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": {