Skip to content

Commit 89d3866

Browse files
committed
fix(Schemas): Fixed the errors.json schema
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 117eeb0 commit 89d3866

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

schema/errors.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,15 @@
112112
"type":"string"
113113
},
114114
"status":{
115-
"type":"string"
116-
}
115+
"oneOf": [
116+
{
117+
"type":"string"
118+
},
119+
{
120+
"type": "integer"
121+
}
122+
]
123+
}
117124
},
118125
"minProperties":1,
119126
"additionalProperties":false

0 commit comments

Comments
 (0)