export interface JsonSchema { title?: string; description?: string; type: 'object'; required?: string[]; properties: Record; }