|
|
@ -73,7 +73,7 @@ def test_openapi_schema(client: TestClient) -> None: |
|
|
"content": { |
|
|
"content": { |
|
|
"application/json": { |
|
|
"application/json": { |
|
|
"schema": { |
|
|
"schema": { |
|
|
"anyOf": [ |
|
|
"oneOf": [ |
|
|
{"$ref": "#/components/schemas/Cat"}, |
|
|
{"$ref": "#/components/schemas/Cat"}, |
|
|
{"$ref": "#/components/schemas/Dog"}, |
|
|
{"$ref": "#/components/schemas/Dog"}, |
|
|
], |
|
|
], |
|
|
|