Added missing types

This commit is contained in:
Alexander Biryukov 2019-07-18 13:03:58 +03:00
parent 228852cf53
commit da3b8cae0d

View File

@ -621,6 +621,7 @@
"duration": { "duration": {
"type": [ "type": [
"string", "string",
"number",
"null" "null"
] ]
}, },
@ -705,6 +706,7 @@
"preference": { "preference": {
"type": [ "type": [
"string", "string",
"integer",
"null" "null"
] ]
}, },