mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
a5d28b0bc4
commit
5a254e566f
|
|
@ -243,7 +243,12 @@ def test_openapi_schema():
|
|||
"Item": {
|
||||
"title": "Item",
|
||||
"type": "object",
|
||||
"properties": {"data": {"title": "Data", "anyOf": [{"type": "string"}, {"type": "null"}]}},
|
||||
"properties": {
|
||||
"data": {
|
||||
"title": "Data",
|
||||
"anyOf": [{"type": "string"}, {"type": "null"}],
|
||||
}
|
||||
},
|
||||
},
|
||||
"ValidationError": {
|
||||
"title": "ValidationError",
|
||||
|
|
|
|||
Loading…
Reference in New Issue