fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 412 B view raw
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