Schema Generator: Invalid Avro for "*" collections#416
Merged
Conversation
Fixes xregistry#352 Signed-off-by: Clemens Vasters <clemens@vasters.com>
Merged
Fixes xregistry#351 - Invalid Avro schema with inline GenericRecord definitions Fixes xregistry#352 - Namespace separation and format-specific schema structures Changes: - Fixed Avro schema to emit GenericRecord once at document level - Implemented namespace separation for Avro (io.xregistry.{group}) - Implemented format-specific structures: * OpenAPI: Flat keys in components.schemas * JSON Schema: Nested structure with -schema suffix - Added openapi-spec-validator for proper OpenAPI compliance - Created comprehensive test suite (22 tests, all passing) - Regenerated all production schema files Technical details: - GenericRecord uses qualified names (io.xregistry.GenericRecord) - Extensions fields reference GenericRecord instead of inline definition - OpenAPI 3.0 spec requires flat keys, not nested objects - JSON Schema Draft 7 supports nested structures - Both formats work with JSON Pointer references Signed-off-by: Clemens Vasters <clemens@vasters.com>
clemensv
force-pushed
the
clemensv/issue352
branch
from
October 30, 2025 07:30
b8afcb4 to
00feff8
Compare
Contributor
|
Approved on 10/30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #352 #351
Signed-off-by: Clemens Vasters clemens@vasters.com
Fixes #
Introducing generic record type for "*" fields. Namespacing for types.