fork of hey-api/openapi-ts because I need some additional things
1openapi: 3.1.1
2info:
3 title: Invalid OpenAPI 3.1.1 operationId unique example
4 version: 1
5paths:
6 /foo:
7 get:
8 operationId: foo
9 responses:
10 '200':
11 content:
12 '*/*':
13 schema:
14 type: string
15 description: OK
16 post:
17 operationId: foo
18 responses:
19 '200':
20 content:
21 '*/*':
22 schema:
23 type: string
24 description: OK