Skip to content

Commit

Permalink
enforce flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Nov 12, 2024
1 parent f47d7ab commit af8e195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/schemas/standard.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"type": "object",
"properties": {
"name": {
"type": "string"
"type": "string",
"minLength": 1
},
"value": {
"type": "string",
Expand Down

0 comments on commit af8e195

Please sign in to comment.