Fix new/recent tests with new fixed ValidationError JSON Schema (#4806)

This commit is contained in:
Sebastián Ramírez
2022-04-17 22:55:36 +02:00
committed by GitHub
parent 197c1d6dd7
commit ddd9da3db4
45 changed files with 65 additions and 51 deletions

View File

@@ -102,7 +102,7 @@ openapi_schema = {
"loc": {
"title": "Location",
"type": "array",
"items": {"type": "string"},
"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]},
},
"msg": {"title": "Message", "type": "string"},
"type": {"title": "Error Type", "type": "string"},