We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11bd79 commit 93f5ac1Copy full SHA for 93f5ac1
tests/assets/openapi.json
@@ -0,0 +1,25 @@
1
+{
2
+ "openapi": "3.1.0",
3
+ "info": {
4
+ "title": "FastAPI",
5
+ "version": "0.1.0"
6
+ },
7
+ "paths": {
8
+ "/": {
9
+ "get": {
10
+ "summary": "App Root",
11
+ "operationId": "app_root__get",
12
+ "responses": {
13
+ "200": {
14
+ "description": "Successful Response",
15
+ "content": {
16
+ "application/json": {
17
+ "schema": {}
18
+ }
19
20
21
22
23
24
25
+}
0 commit comments