Update download.json.schema
This commit is contained in:
parent
a324749284
commit
1326e026f9
@ -1,4 +1,7 @@
|
||||
{
|
||||
"stable": {
|
||||
"version": "3.6.18"
|
||||
},
|
||||
"dev": {
|
||||
"version": "3.6.18.297",
|
||||
"jar": {
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user