From 55e820aa92bf357c4309eb406bbe73fa35485018 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 14 May 2015 20:10:49 +0200 Subject: [PATCH] fix the schema (a problem with condition) --- protocol/protocol_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protocol_schema.json b/protocol/protocol_schema.json index c2e8644..0ccd16a 100644 --- a/protocol/protocol_schema.json +++ b/protocol/protocol_schema.json @@ -67,7 +67,7 @@ "values": { "type": "array", "items": { - "type": ["integer","boolean"] + "type": ["integer","boolean","string"] }, "additionalItems": false, "minItems": 1