Converts JSON Schema definitions to Zapier Platform schema format with no runtime dependencies. Version 0.4.9 is the current stable release. The library provides a fluent builder API for transforming JSON Schema properties into the Zapier field format, supporting types like string, boolean, datetime, enum, array, anyOf, and $ref to objects/enums. It does not support $ref to external files. Suitable for Zapier app developers who need to programmatically generate integration schemas from existing JSON Schema definitions. The project appears to be maintained with regular updates.
npm install zapier-platform-json-schemaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: creating a builder, excluding a property, and building the Zapier schema.
Use `const { ZapierSchemaBuilder } = require('...')` or `import { ZapierSchemaBuilder } from '...'`.Inline external schemas or use a different library if external $ref is needed.
Ensure you use `new ZapierSchemaBuilder(schema)` with the correct named import.
Install the package: `npm install zapier-platform-json-schema` and import as `import { ZapierSchemaBuilder } from 'zapier-platform-json-schema'`.No dependency data recorded yet.