We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea6991 commit 9d1b2e0Copy full SHA for 9d1b2e0
test/mocks/openapi-1.2.3-lf.yaml
@@ -0,0 +1,12 @@
1
+openapi: "3.0.2"
2
+info:
3
+ title: Mock API
4
+ description: >-
5
+ Description of Mock API
6
+ version: "1.2.3"
7
+ termsOfService: http://swagger.io/terms/
8
+externalDocs:
9
+ description: Find out more
10
+ url: https://example.com/foo/bar
11
+servers:
12
+ - url: http://example.com
test/mocks/openapi-1.3.0-lf.yaml
+ version: "1.3.0"
0 commit comments