fork of hey-api/openapi-ts because I need some additional things
1swagger: 2.0
2info:
3 title: OpenAPI 2.0 body response text plain example
4 version: 1
5paths:
6 /foo:
7 post:
8 consumes:
9 - text/plain
10 produces:
11 - text/plain
12 parameters:
13 - name: body
14 in: body
15 required: true
16 schema:
17 type: string
18 responses:
19 '200':
20 description: OK
21 schema:
22 type: string