{ "openapi": "3.1.0", "info": { "title": "Sibling Schema Test", "version": "1.0.0" }, "paths": { "/test": { "get": { "responses": { "200": { "description": "ok", "content": { "application/json": { "schema": { "$ref": "sibling-schema-wrapper.json#/components/schemas/Wrapper_Schema" } } } } } } } } }