Skip to content

Commit

Permalink
Fix errors in manifest with YNH version and digit sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgaspar authored Dec 11, 2024
1 parent 16beece commit 4507090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/manifest.v2.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"properties": {
"yunohost": {
"type": "string",
"pattern": "^>= ?[0-9]{1,2}(\\.[0-9]{1,2}){0,2}$"
"pattern": "^>= ?[0-9]{1,2}(\\.[0-9]{1,2}){0,3}$"
},
"helpers_version": {
"type": "string",
Expand Down Expand Up @@ -486,7 +486,7 @@
"required": [],
"additionalProperties": false,
"patternProperties": {
"^[a-z][a-z0-9_-]*$": {
"^[a-z0-9][a-z0-9_-]*$": {
"type": "object",
"required": [],
"additionalProperties": false,
Expand Down

0 comments on commit 4507090

Please sign in to comment.