Prepare development branch for v3.0 schema maintenance: - [x] create branch `v3.0-dev-wip` - [diff to `dev`](https://github.com/OAI/OpenAPI-Specification/compare/dev...v3.0-dev-wip) - [x] delete `src/oas.md` - we do not plan a 3.0.5 spec release - [ ] otherwise: #5094 - [x] delete `src/schemas/validation/*` - [x] move `_archive_/v3.0/schemas/schema.yaml` and accompanying `README.md` to `src/schemas/validation/` - [x] move test-related files from `_archive_/v3.0/schemas/` to `tests/` - [x] make tests work and pass - [x] refactor tests to use same tools as the v3.1 tests - [x] test schema publishing workflow - also works for 3.0 - [x] adjust selected 3.1 pass/fail test cases to increase schema coverage - [ ] rename branch `v3.0-dev-wip` to `v3.0-dev` (or squash-merge it into a branch freshly created from `dev`)
Prepare development branch for v3.0 schema maintenance:
v3.0-dev-wip- diff todevsrc/oas.md- we do not plan a 3.0.5 spec releasesrc/schemas/validation/*_archive_/v3.0/schemas/schema.yamland accompanyingREADME.mdtosrc/schemas/validation/_archive_/v3.0/schemas/totests/v3.0-dev-wiptov3.0-dev(or squash-merge it into a branch freshly created fromdev)