We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c05dc commit 359e670Copy full SHA for 359e670
1 file changed
tests/fixtures/paths-query.yaml
@@ -0,0 +1,13 @@
1
+openapi: 3.2.0
2
+info:
3
+ title: query Example
4
+ version: 1.0.0
5
+paths:
6
+ /query:
7
+ query:
8
+ responses:
9
+ '200':
10
+ content:
11
+ application/json:
12
+ schema:
13
+ type: string
0 commit comments