From da3b8cae0df304f0b04f6759d6224bf267d10fc1 Mon Sep 17 00:00:00 2001 From: Alexander Biryukov Date: Thu, 18 Jul 2019 13:03:58 +0300 Subject: [PATCH] Added missing types --- docs/schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/schema.json b/docs/schema.json index 9cd08bdd6..7305b0531 100644 --- a/docs/schema.json +++ b/docs/schema.json @@ -621,6 +621,7 @@ "duration": { "type": [ "string", + "number", "null" ] }, @@ -705,6 +706,7 @@ "preference": { "type": [ "string", + "integer", "null" ] },