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}