Spaces:
Sleeping
Sleeping
Create minipet.yaml
Browse files- 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
|