Skip to content

Commit

Permalink
fix update proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Oct 4, 2024
1 parent 3b64fe0 commit 478bcd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/schemas/update-proposal.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@
"type": "array",
"title": "labels",
"maxItems": 10,
"uniqueItems": true,
"items": {
"type": "string"
"type": "string",
"minLength": 1,
"maxLength": 8,
"pattern": "^[a-zA-Z0-9]+$"
}
},
"type": {
Expand Down

0 comments on commit 478bcd2

Please sign in to comment.