Skip to content

Commit

Permalink
fix(Schema)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
  • Loading branch information
cdavernas committed Feb 15, 2024
1 parent 89d3866 commit b20ff0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"status":{
"oneOf": [
{
"type":"string"
"type": "string",
"minLength": 1
},
{
"type": "integer"
Expand Down

0 comments on commit b20ff0b

Please sign in to comment.