Skip to content

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

Merged
Baoyuantop merged 1 commit into
apache:masterfrom
vijayalakshmipokala:fix-anonymous-consumer-schema
Feb 24, 2026
Merged

fix(schema): correct minLength type for anonymous consumer#13022
Baoyuantop merged 1 commit into
apache:masterfrom
vijayalakshmipokala:fix-anonymous-consumer-schema

Conversation

@vijayalakshmipokala

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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
Copy Markdown
Contributor 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.

@Baoyuantop
Baoyuantop merged commit c8248a6 into apache:master Feb 24, 2026
19 of 20 checks passed
wistefan pushed a commit to wistefan/apisix that referenced this pull request Jun 16, 2026
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.

4 participants