Generates a JSON schema for use with OpenText™ Forms API
Run:
npm install @opentext/forms-schema-generator
To generate a schema from a Core Content workspace type definition:
import { schemaGenerator } from '@opentext/forms-schema-generator';
// Generate schema
const schema = schemaGenerator(workspaceTypeDefinition);