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: {