VishalMysore commited on
Commit
59d3fbd
1 Parent(s): a001481

Create minipet.yaml

Browse files
Files changed (1) hide show
  1. minipet.yaml +11 -0
minipet.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ openapi: 3.0.2
2
+ paths:
3
+ '/pet':
4
+ get:
5
+ responses:
6
+ '200':
7
+ content:
8
+ '*/*':
9
+ schema:
10
+ type: string
11
+ example: hello world