Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 426 Bytes

File metadata and controls

11 lines (9 loc) · 426 Bytes

Delimit Demo API

After editing API specs

  • Run: npx delimit-cli lint --old openapi-v1.yaml --new openapi.yaml
  • Verify no unintended breaking changes were introduced

Governance

  • openapi-v1.yaml is the baseline spec (do not modify)
  • openapi.yaml is the current spec (edit this one)
  • The GitHub Action in .github/workflows/api-check.yml runs on every PR
  • Breaking changes require semver MAJOR version bump