export function schemaToJson(schema: Record): string { return JSON.stringify(schema) }