From 433468aed33b95b206387189e16526efe64137bf Mon Sep 17 00:00:00 2001 From: JakubDrobnik Date: Tue, 20 Nov 2018 15:35:05 +0100 Subject: [PATCH] Improved schema --- INPUT_SCHEMA.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {