From 86e6538acc9c9f782af3f800bfbf2883f55a1b08 Mon Sep 17 00:00:00 2001 From: AVVS Date: Tue, 12 Jan 2016 01:17:23 +0300 Subject: [PATCH] fix: filter schema --- schemas/list.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schemas/list.json b/schemas/list.json index 94862bf63..002686e98 100644 --- a/schemas/list.json +++ b/schemas/list.json @@ -57,9 +57,12 @@ "maxProperties": 2, "properties": { "patternProperties": { - "^(gte|lte|ne|eq|match)$": { + "^(ne|eq|match)$": { "type": "string", "minLength": 1 + }, + "^(gte|lte)$": { + "type": "number" } } }