schema: Donate must be an HTTPS url

This commit is contained in:
linsui 2024-11-06 15:40:34 +00:00
parent 69764c5185
commit 0313c1be47
3 changed files with 5 additions and 3 deletions

View file

@ -58,6 +58,6 @@ Builds:
ArchivePolicy: 0 ArchivePolicy: 0
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: Tags UpdateCheckMode: None
CurrentVersion: '1.19' CurrentVersion: '1.19'
CurrentVersionCode: 119 CurrentVersionCode: 119

View file

@ -34,5 +34,6 @@ Builds:
ArchivePolicy: 0 ArchivePolicy: 0
AutoUpdateMode: None AutoUpdateMode: None
CurrentVersion: None UpdateCheckMode: None
CurrentVersion: 2.2.0
CurrentVersionCode: 10 CurrentVersionCode: 10

View file

@ -251,7 +251,8 @@
}, },
"Donate": { "Donate": {
"description": "The URL to donate to the project.", "description": "The URL to donate to the project.",
"$ref": "#/definitions/url" "type": "string",
"pattern": "^https://.*$"
}, },
"Liberapay": { "Liberapay": {
"description": "The project's Liberapay (https://liberapay.com) user or group name.", "description": "The project's Liberapay (https://liberapay.com) user or group name.",