fix: coerce multipart initial property values to string (via #5166)
* coerce multipart initial property values to string * add tests
This commit is contained in:
23
test/e2e-cypress/static/documents/bugs/5164.yaml
Normal file
23
test/e2e-cypress/static/documents/bugs/5164.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
openapi: "3.0.0"
|
||||
|
||||
paths:
|
||||
/:
|
||||
post:
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
multipart/form-data:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
first:
|
||||
type: object
|
||||
example:
|
||||
one: abc
|
||||
two: 123
|
||||
second:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
example:
|
||||
- "hi"
|
||||
Reference in New Issue
Block a user