Skip to content

Commit b20ff0b

Browse files
committed
fix(Schema)
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 89d3866 commit b20ff0b

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
@@ -114,7 +114,8 @@
114114
"status":{
115115
"oneOf": [
116116
{
117-
"type":"string"
117+
"type": "string",
118+
"minLength": 1
118119
},
119120
{
120121
"type": "integer"

0 commit comments

Comments
 (0)