Files
swagger-ui/test/e2e-cypress/static/documents/features/oas3-multiple-servers.yaml

17 lines
287 B
YAML

openapi: 3.0.4
servers:
- url: /test-url-1
- url: /test-url-2
info:
title: multi-server test
version: 0.0.1
description: |-
a simple test to select different servers
paths:
/:
get:
summary: an operation
responses:
"200":
description: OK