Skip to content

Commit 1328ee8

Browse files
committed
Parameter Object with in:querystring can't have content
and content cannot be used with style
1 parent b3b4233 commit 1328ee8

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
parameters:
7+
content-not-with-style:
8+
in: querystring
9+
name: json
10+
content:
11+
application/json:
12+
schema:
13+
type: object
14+
style: simple
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
parameters:
7+
querystring-not-with-schema:
8+
in: querystring
9+
name: json
10+
schema:
11+
type: object

0 commit comments

Comments
 (0)