Schema definition for CLI apps in the Zapier Developer Platform, providing JSON Schema-based validation for integration configuration, triggers, actions, searches, and authentication schemes. Current stable version is 19.0.0. Releases follow the platform CLI updates. Differentiates by being the official schema used by Zapier's platform CLI tooling, with rigorous versioning and exported schema artifacts.
npm install zapier-platform-schemaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the default schema and using it to validate an app definition object.
Remove usage of 'withoutPrefix' from field definitions.
Ensure both packages are installed and compatible.
Refer to JSON Schema Draft 07 specification; avoid draft-04 or earlier keywords.
Run `npm install zapier-platform-schema` or `yarn add zapier-platform-schema`.
Ensure default import: `import schema from 'zapier-platform-schema'`.
Ensure fields property is an array of field objects.
No dependency data recorded yet.