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" ] },