Update download.json.schema

This commit is contained in:
Glavo 2025-10-02 19:57:04 +08:00
parent a324749284
commit 1326e026f9
2 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{
"stable": {
"version": "3.6.18"
},
"dev": {
"version": "3.6.18.297",
"jar": {

View File

@ -2,6 +2,16 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"stable": {
"type": "object",
"properties": {
"version": {
"type": "string",
"pattern": "^[0-9]+(\\.[0-9]+)+$"
}
},
"required": ["version"]
},
"dev": {
"type": "object",
"properties": {