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