This commit is contained in:
Yurii Motov 2026-02-11 21:59:42 +01:00
parent aa0889634e
commit 249a51a6bf
1 changed files with 7 additions and 0 deletions

View File

@ -211,6 +211,13 @@ def test_openapi(client: TestClient):
"title": "Error Type",
"type": "string",
},
"ctx": {
"title": "Context",
"type": "object",
},
"input": {
"title": "Input",
},
},
"required": [
"loc",