Skip to content

fix: schema validation in APIML components#4438

Open
arxioly wants to merge 10 commits intov3.x.xfrom
reboot/fix/schemas-validation
Open

fix: schema validation in APIML components#4438
arxioly wants to merge 10 commits intov3.x.xfrom
reboot/fix/schemas-validation

Conversation

@arxioly
Copy link
Contributor

@arxioly arxioly commented Dec 22, 2025

Description

This PR is fixes the schema validation in APIML components. See, the linked issue.

Linked to #3142

Type of change

  • fix: Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • PR title conforms to commit message guideline ## Commit Message Structure Guideline
  • I have commented my code, particularly in hard-to-understand areas. In JS I did provide JSDoc
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The java tests in the area I was working on leverage @nested annotations
  • Any dependent changes have been merged and published in downstream modules

For more details about how should the code look like read the Contributing guideline

Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
@arxioly arxioly requested a review from pablocarle January 6, 2026 16:41
Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
@EvaJavornicka EvaJavornicka moved this from New to In Progress in API Mediation Layer Backlog Management Jan 7, 2026
Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
@arxioly arxioly requested a review from pablocarle January 16, 2026 16:59
Comment on lines +558 to +563
"description": "How many connections should exist for single route?",
"default": 100
},
"maxTotalConnections": {
"type": "integer",
"description": "How many connections should exist in total?",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these descriptions (in general) shown in logs or other places? Should they go with review from doc squad? Wondering about the description with question marks

Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

Signed-off-by: Elena Kubantseva <elena.kubantseva@broadcom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants