diff --git a/schema/errors.json b/schema/errors.json index fac72e0b..ff54af98 100644 --- a/schema/errors.json +++ b/schema/errors.json @@ -112,8 +112,15 @@ "type":"string" }, "status":{ - "type":"string" - } + "oneOf": [ + { + "type":"string" + }, + { + "type": "integer" + } + ] + } }, "minProperties":1, "additionalProperties":false