This commit is contained in:
2023-01-03 00:04:38 +00:00
commit 3f002872e3
925 changed files with 181049 additions and 0 deletions
@@ -0,0 +1,13 @@
openapi: 3.0.2
info:
title: OAS 3.0 sample with multiple servers
version: 0.1.0
servers:
- url: http://testserver1.com
- url: http://testserver2.com
paths:
/test/:
get:
responses:
'200':
description: Successful Response