New required fields is not allowed

This commit is contained in:
Frank Bertsch 2020-05-08 13:53:45 -04:00
Родитель a9785d100f
Коммит 175795c77b
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -95,8 +95,7 @@
"required": [
"client_id",
"app_name",
"channel",
"v"
"channel"
],
"title": "installation",
"type": "object"

Просмотреть файл

@ -79,5 +79,5 @@
"type": "integer"
}
},
"required": [ "client_id", "app_name", "channel", "v" ]
"required": [ "client_id", "app_name", "channel" ]
}