When i tried convert openapi schema 3.0 or 3.1 what i generate by spotlight, i got empty type like: ``` export interface Sandbox { [k: string]: unknown; } ``` Schema example: [sandbox.json](https://github.com/user-attachments/files/16973931/sandbox.json).