Skip to content

Commit 31dcc1a

Browse files
kbatuigasclaudepgellert
authored
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

File tree

schema-registry/overlays/add-external-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ actions:
1515
1616
- [Use Redpanda Cloud with the Schema Registry API](https://docs.redpanda.com/redpanda-cloud/manage/schema-reg/schema-reg-api/)
1717
- [Use Redpanda Self-Managed with the Schema Registry API](https://docs.redpanda.com/current/manage/schema-reg/schema-reg-api/)
18-
18+
19+
Schema Registry contexts (available in Redpanda version 26.1 or later) provide an isolated namespace for schemas, subjects, and configuration. You can use a context-qualified subject anywhere the API accepts a subject. In Redpanda Cloud, contexts are configurable only in BYOC and Dedicated clusters. See the [Redpanda Cloud](https://docs.redpanda.com/redpanda-cloud/manage/schema-reg/schema-reg-contexts/) or [Redpanda Self-Managed](https://docs.redpanda.com/current/manage/schema-reg/schema-reg-contexts/) documentation for details.

0 commit comments

Comments
 (0)