From 9ddcea8e709778b7150698182c417369bfd2f3e7 Mon Sep 17 00:00:00 2001 From: Eric Musyoka Date: Mon, 19 Aug 2024 13:45:59 +0300 Subject: [PATCH] Fix schema type --- routes/bounds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/bounds.js b/routes/bounds.js index 0436cf0..7b21440 100644 --- a/routes/bounds.js +++ b/routes/bounds.js @@ -30,7 +30,7 @@ const schema = { summary: 'Return bounds', querystring: { form_id: { - type: 'string | number', + type: 'string', description: 'Form is', }, limit: {