From 732bbaeb14296f76308e7f479130eaa27b9b4826 Mon Sep 17 00:00:00 2001 From: JakubDrobnik Date: Tue, 20 Nov 2018 15:31:33 +0100 Subject: [PATCH] Improved schema --- INPUT_SCHEMA.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INPUT_SCHEMA.json b/INPUT_SCHEMA.json index dccddf5..08c5c95 100644 --- a/INPUT_SCHEMA.json +++ b/INPUT_SCHEMA.json @@ -18,12 +18,13 @@ "lng": { "title": "Viewport Longitude", "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": { "title": "Viewport Zoom", "type": "number", "description": "Use it with combination with longitude and latitude to set up viewport to search on.", + "minimum": 1, "maximum": 15 } },