registry
registry copied to clipboard
Update OpenAPI spec to use v0.1 endpoints
Prepared by Claude Code, reviewed by me.
[!IMPORTANT] This PR depends on #803 and must be merged after it. PR #803 decouples the
server.schema.jsonversioning fromopenapi.yamlby using a draft URL scheme. Until #803 is merged, CI will fail because the schema generation tool expectsserver.schema.jsonto be regenerated fromopenapi.yaml, but this PR intentionally does not modifyserver.schema.jsonto avoid conflicts. After #803 merges, a rebase will resolve the CI failure.
Summary
- Update all API endpoint paths from
/v0/to/v0.1/in the OpenAPI spec - Bump OpenAPI spec version from
2025-10-17to2025-12-01(in$idandinfo.version)
Rationale
This ensures sub-registries implementing the spec are adhering to the stable v0.1 version rather than the unstable v0. The API freeze (v0.1) provides stability guarantees that sub-registries need.
Test plan
- [x] Changes are limited to
openapi.yamlonly - [ ] CI passes (will pass after rebasing on #803)
🤖 Generated with Claude Code