Files
swagger-ui/test/e2e-cypress/static/documents/bugs/5164.yaml

24 lines
506 B
YAML

openapi: "3.0.4"
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"