Skip to content

Commit 73b2ff9

Browse files
committed
Add negative tests for new encoding fields
1 parent e56595b commit 73b2ff9

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
requestBodies:
7+
content:
8+
multipart/mixed:
9+
encoding: {}
10+
itemEncoding: {}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
requestBodies:
7+
content:
8+
multipart/mixed:
9+
encoding: {}
10+
prefixEncoding: {}

0 commit comments

Comments
 (0)