From 7e1428d66fe8bbd1fd0539ce8a676086009b2957 Mon Sep 17 00:00:00 2001 From: Camille Barneaud Date: Fri, 27 Feb 2015 01:46:47 +0100 Subject: [PATCH] Switch cat type from number to integer --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 8ac030fc8..e7256b144 100644 --- a/schema.json +++ b/schema.json @@ -22,7 +22,7 @@ "cats": { "type": "array", "items": { - "type": "number" + "type": "integer" }, "required": true },