mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-29 20:22:56 -04:00
✅ Fix new/recent tests with new fixed ValidationError JSON Schema (#4806)
This commit is contained in:
committed by
GitHub
parent
197c1d6dd7
commit
ddd9da3db4
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user