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

21 lines
376 B
YAML

openapi: "3.0.4"
info:
title: Testcase API
version: 2.0.0
paths:
'/endpoint':
get:
parameters:
- name: type
in: query
example: fruit
schema:
type: string
enum:
- fruit
- vegetable
- drink
responses:
'200':
description: 200 response