fork of hey-api/openapi-ts because I need some additional things
at main 22 lines 413 B view raw
1swagger: 2.0 2info: 3 title: Invalid OpenAPI 2.0 operationId unique example 4 version: 1 5paths: 6 /foo: 7 get: 8 operationId: foo 9 produces: 10 - application/json 11 responses: 12 '200': 13 description: OK 14 schema: 15 type: string 16 post: 17 operationId: foo 18 responses: 19 '200': 20 description: OK 21 schema: 22 type: string