Skip to content

Commit

Permalink
Fixed manifest schema to include text definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordeyne committed Aug 25, 2024
1 parent 388c0d0 commit e37e977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schema/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"type": "string",
"pattern": "^(\\^|>|>=|<|<=)? ?[0-9]+(\\.[0-9]+(\\.[0-9]+)?)?(, ?(>|>=|<|<=)? ?[0-9]+(\\.[0-9]+(\\.[0-9]+)?)?)?$"
},
"text": {
"type": "string",
"maxLength": 60
},
"id": {
"type": "string",
"pattern": "[a-z0-9_\\-]+"
Expand Down

0 comments on commit e37e977

Please sign in to comment.