mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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": {
|
"if": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue