3.98.1

(fix): Generate v2Examples for properties that use $ref or allOf: [{ $ref }] patterns. Previously, when an OpenAPI property referenced another schema via $ref or wrapped it in allOf, the property-level examples were silently dropped, resulting in empty autogenerated examples in the IR. Now the importer runs ExampleConverter on these properties to populate v2Examples correctly.