fork of hey-api/openapi-ts because I need some additional things
1openapi: 3.0.3
2info:
3 title: OpenAPI 3.0.3 $ref duplicate URL example
4 version: 1
5paths:
6 /a:
7 get:
8 responses:
9 default:
10 description: OK
11 content:
12 application/json:
13 schema:
14 $ref: './enum-escape.json#/components/schemas/Foo'
15 /b:
16 get:
17 responses:
18 default:
19 description: OK
20 content:
21 application/json:
22 schema:
23 $ref: './enum-escape.json#/components/schemas/Foo'