isomor-json-schema-generator version 3.0.0 is a library for Isomor, a framework that abstracts frontend-backend layers by automatically generating API layers from a single codebase, eliminating the need for REST or GraphQL. It uses Babel transpilation to separate client and server code, with strong TypeScript support. This package specifically handles JSON schema generation for Isomor. Release cadence is tied to Isomor; actively maintained. Key differentiator: seamless integration with Isomor's automatic layer generation.
npm install isomor-json-schema-generatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use generateSchema to create a JSON schema from a source directory.
Use import syntax instead of require.
Verify named exports by reading package documentation or index.d.ts.
Upgrade Node to version 11 or higher.
Use isomor's built-in schema generation if available.
Add "type": "module" to package.json or use .mjs extension.
Run 'npm install isomor-json-schema-generator' and ensure correct import path.
Use named import: import { generateSchema } from 'isomor-json-schema-generator'No dependency data recorded yet.