master-zapier-plan-draft/vendor/zapier-platform/packages/schema
George Lambert b4150c8250 Milestone 0: import zappier billing, Verae middleware, and Zapier research
Compose-ready workspace: packages/zappier (rate card, portal, Stripe),
packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier
(CLI app), vendor/zapier-platform, and research/zapier vendor corpus.

Gate 0 structure checks pass. Product code and research are not yet wired.
2026-09-09 02:37:36 -04:00
..
bin Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
docs/build Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
examples Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
lib Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
smoke-test Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
test Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
.gitignore Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
.nvmrc Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
ARCHITECTURE.md Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
CHANGELOG.md Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
exported-schema.json Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
LICENSE Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
package.json Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
README.md Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00
schema.js Milestone 0: import zappier billing, Verae middleware, and Zapier research 2026-09-09 02:37:36 -04:00

Zapier Platform Schema

This is the schema for Zapier integrations.

For documentation:

Development

See CONTRIBUTING.md and ARCHITECTURE.md of this package in particular.

Useful commands:

  • pnpm to install packages and get started
  • pnpm lint to lint code
  • pnpm test to run tests
  • pnpm smoke-test to run smoke tests
  • pnpm coverage to run tests and display test coverage
  • pnpm validate to run tests, smoke tests, and linter
  • pnpm export to update the exported-schema (even if only the version changes)
  • pnpm docs to update docs (even if only the version changes)
  • pnpm build to update docs and the exported-schema (even if only the version changes)

Publishing

Only do this after merging your PR to main.

  • pnpm version --[patch|minor|major] will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm