Skip to content

Commit 0844bf5

Browse files
committed
fix(Schema)
1 parent b20ff0b commit 0844bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema/errors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
{
251251
"properties":{
252252
"refName":{
253-
"type":"string"
253+
"type":"string",
254+
"minLength": 1
254255
}
255256
},
256257
"required":[

0 commit comments

Comments
 (0)