Files
swagger-ui/test/e2e-selenium/static/test-specs/bugs/frozen-array-input.yaml

36 lines
727 B
YAML

openapi: '3.0.4'
info:
description: >-
Repro API
title: Repro API
version: '1.0'
paths:
/test:
get:
summary: Test get
parameters:
- name: fields
in: query
required: false
explode: false
schema:
type: array
items:
type: string
style: form
example:
- friends
- family
responses:
200:
description: Success!
content:
application/json:
schema:
type: object
properties:
id:
type: integer
name:
type: string