fork of hey-api/openapi-ts because I need some additional things
at feat/use-mutation-hooks 10 lines 236 B view raw
1{ 2 "components": { 3 "schemas": { 4 "Wrapper_Schema": { 5 "description": "Wrapper that extends the versioned schema", 6 "$ref": "sibling-schema-versioned.json#/components/schemas/Versioned_Schema" 7 } 8 } 9 } 10}