Skip to content

Commit

Permalink
fix(Schemas): Fixed the errors.json 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 117eeb0 commit 89d3866
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions schema/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,15 @@
"type":"string"
},
"status":{
"type":"string"
}
"oneOf": [
{
"type":"string"
},
{
"type": "integer"
}
]
}
},
"minProperties":1,
"additionalProperties":false
Expand Down

0 comments on commit 89d3866

Please sign in to comment.