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 feat/use-query-options 25 lines 514 B view raw
1{ 2 "openapi": "3.1.0", 3 "info": { 4 "title": "Extended Wrapper Sibling Schema Test", 5 "version": "1.0.0" 6 }, 7 "paths": { 8 "/test": { 9 "get": { 10 "responses": { 11 "200": { 12 "description": "ok", 13 "content": { 14 "application/json": { 15 "schema": { 16 "$ref": "sibling-schema-extended-wrapper.json#/components/schemas/Wrapper_Schema" 17 } 18 } 19 } 20 } 21 } 22 } 23 } 24 } 25}