oxidecomputer / oxidecomputer/omicron
Build tooling/automation to analyze openapi and jsonschema specs for breaking changes
Open
@ahl is already working on this.
Since Aug 9, 2023.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
We could either use a pre-existing tool or do our own implementation.
Pre-existing tools: (Note, openapi and JSONSchema are different formats that are related):
- https://github.com/Azure/openapi-diff
- https://github.com/criteo/openapi-comparator
- https://www.npmjs.com/package/json-schema-diff
- https://github.com/getsentry/json-schema-diff
Building our own:
- Consider https://github.com/obi1kenobi/trustfall -- it's used in https://github.com/obi1kenobi/cargo-semver-checks which is morally similar
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.