This code has been moved to: https://github.com/zapier/zapier-platform/tree/master/packages/schema
Visit the CLI for basic documentation and instructions on how to use.
View all the schema definitions.
npm install
for getting startednpm test
for running testsnpm run export
for updating the exported-schema (even if only the version changes)npm run docs
for updating docs (even if only the version changes)npm run coverage
for running tests and displaying test coverage
npm version [patch|minor|major]
will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm