Open
Description
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.
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.