Skip to content

Commit 359e670

Browse files
committed
v32 - path method query schema
1 parent 29c05dc commit 359e670

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

tests/fixtures/paths-query.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)