A formatting warning is shown when referencing a file in multi-file OpenAPI spec mode: ```yaml openapi: 3.1.0 info: title: Example API version: 1.0.0 components: schemas: Carrier: $ref: './components/schemas/carriers/Carrier.yaml' ``` <img width="998" height="295" alt="Image" src="https://github.com/user-attachments/assets/94717dbc-6e0b-490b-b9d7-66cbaa19778c" />