fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 25 lines 502 B view raw
1{ 2 "openapi": "3.1.0", 3 "info": { 4 "title": "Multiple Siblings Test", 5 "version": "1.0.0" 6 }, 7 "paths": { 8 "/resource": { 9 "get": { 10 "responses": { 11 "200": { 12 "description": "ok", 13 "content": { 14 "application/json": { 15 "schema": { 16 "$ref": "sibling-schema-multi-wrapper.json#/components/schemas/Resource_Schema" 17 } 18 } 19 } 20 } 21 } 22 } 23 } 24 } 25}