mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
schema: UpdateCheckMode HTTP requires AutoUpdateMode pattern and UpdateCheckData set
This commit is contained in:
parent
340f6a2d4b
commit
6ceee2c24d
1 changed files with 20 additions and 0 deletions
|
|
@ -727,6 +727,26 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
"UpdateCheckMode": {
|
||||
"const": "HTTP"
|
||||
}
|
||||
}
|
||||
},
|
||||
"then": {
|
||||
"properties": {
|
||||
"AutoUpdateMode": {
|
||||
"type": "string",
|
||||
"pattern": "^(None|Version .+)$"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"UpdateCheckData"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue