Commit 31dcc1a
Add contexts and sync Schema Registry API spec to source (#65)
* Add contexts and sync Schema Registry API spec to source
* Fix invalid oneOf in schema_metadata_request for Swagger 2.0 compliance
Replace oneOf (string/number/boolean) with type: string in
additionalProperties of schema_metadata_request. The oneOf keyword
is not part of the Swagger 2.0 spec and breaks SDK generators.
Values are converted to strings by the server, so type: string
accurately reflects the API behavior.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix style issues from docs review
- Fix version phrasing in overlay: "v26.1 and later" -> "version 26.1 or later"
- Fix comma splice in schema_metadata_request description
- Add missing description to defaultToGlobal on GET /config/{subject}
- Clarify "subject-version" -> "subject-version pairs" in summary
- Make POST /security/acls description add value beyond the summary
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Apply suggestion from @pgellert
Co-authored-by: Gellért Peresztegi-Nagy <pereszteginagy.gellert@gmail.com>
* Address comments from doc review
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Gellért Peresztegi-Nagy <pereszteginagy.gellert@gmail.com>1 parent 1da6c4e commit 31dcc1a
2 files changed
Lines changed: 362 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
0 commit comments