mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
schema: ArchivePolicy is a integer now
This commit is contained in:
parent
2d2cea5c3f
commit
d34d610570
1 changed files with 2 additions and 3 deletions
|
|
@ -549,9 +549,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"ArchivePolicy": {
|
||||
"description": "This determines the policy for moving old versions of an app to the archive repo, if one is configured. Currently the only supported format is “n versions”, where n is the number of versions to keep. Defaults to “3 versions”.",
|
||||
"type": "string",
|
||||
"pattern": "^[0-9]+ versions$"
|
||||
"description": "This determines the number of versions to keep. The older versions of the app are moved to the archive repo, if one is configured. Defaults to 3.",
|
||||
"type": "integer"
|
||||
},
|
||||
"AutoUpdateMode": {
|
||||
"description": "This determines the method used for auto-generating new builds when new releases are available - in other words, adding a new Build Version line to the metadata.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue