export default toJSONSchema; export function toJSONSchema(template: any, name: any, path?: any[]): { name: any; template: any; type: string; rule: {}; path: any[]; };