openapi-explainer-lint
| Field | Value |
|---|---|
| ID | openapi-explainer-lint |
| Version | 1.0.0 |
| Mode | static |
| Layer | Stripe |
| Category | contract |
| Severity | 🔴 blocking |
| SLA | 15,000 ms |
| Depends on | none |
| Source | apps/api/__gates__/openapi-explainer-lint.gate.ts |
What it asserts
Every x-matter-explainer block has required context; options/see_also entries are well-formed; no unknown keys.
Run it locally
bun run gates --gate=openapi-explainer-lintSee also
staticmode- Stripe layer
- Allowlists — how to bound a known finding with an expiration
- Contributing — how to evolve this gate or write a new one
Generated by apps/design/scripts/generate-gate-pages.ts from the gate's source-of-truth metadata. Edit this page by editing the gate file's description / version / etc.
openapi-breaking-change
Detect breaking changes in apps/docs/api-reference/openapi.yaml vs origin/main: dropped operations, required-flipped params, removed success status codes, removed enum values.
openapi-mcp-drift
apps/mcp/src/tools/generated.ts matches what generate-mcp-tools.ts would emit from the current OpenAPI spec.