Skip to content

fix(schema): correct minLength type for anonymous consumer#13022

Open
vijayalakshmipokala wants to merge 1 commit intoapache:masterfrom
vijayalakshmipokala:fix-anonymous-consumer-schema
Open

fix(schema): correct minLength type for anonymous consumer#13022
vijayalakshmipokala wants to merge 1 commit intoapache:masterfrom
vijayalakshmipokala:fix-anonymous-consumer-schema

Conversation

@vijayalakshmipokala
Copy link

The anonymous_consumer_schema defined minLength as a string instead of a number.
This patch fixes the schema type to ensure correct validation behavior.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Feb 19, 2026
@vijayalakshmipokala
Copy link
Author

This patch fixes the incorrect use of a string for minLength in anonymous consumer schema.
minLength should be a number to match JSON schema expectations and correct validation behavior.

1 similar comment
@vijayalakshmipokala
Copy link
Author

This patch fixes the incorrect use of a string for minLength in anonymous consumer schema.
minLength should be a number to match JSON schema expectations and correct validation behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments