schema: ArchivePolicy is a integer now

This commit is contained in:
linsui 2023-06-02 13:28:57 +08:00
parent 2d2cea5c3f
commit d34d610570

View file

@ -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.",