OAI / OAI/OpenAPI-Specification
v3.0: set up schema maintenance
Open
@ralfhandl is already working on this.
Since Oct 25, 2025.
Housekeeping
Schema
- Dominant language
- Markdown
- Stars
- 31.2k
- Forks
- 9.2k
- Avg merge
- 6h 37m
- Merged PRs (30d)
- 27
Description
Prepare development branch for v3.0 schema maintenance:
- create branch
v3.0-dev-wip- diff todev - delete
src/oas.md- we do not plan a 3.0.5 spec release- otherwise: #5094
- delete
src/schemas/validation/* - move
_archive_/v3.0/schemas/schema.yamland accompanyingREADME.mdtosrc/schemas/validation/ - move test-related files from
_archive_/v3.0/schemas/totests/ - make tests work and pass
- refactor tests to use same tools as the v3.1 tests
- test schema publishing workflow - also works for 3.0
- adjust selected 3.1 pass/fail test cases to increase schema coverage
- rename branch
v3.0-dev-wiptov3.0-dev(or squash-merge it into a branch freshly created fromdev)
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.