Skip to content

Conversation

@CDiezRodriguez
Copy link
Contributor

WHAT

Briefly describe what your PR changes, which features it adds/modifies.

WHY

Briefly state why the change was necessary.

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes # <-- insert Issue number if one exists

@CDiezRodriguez CDiezRodriguez added the bug Something isn't working label Nov 5, 2025
description: Generic error response
properties:
error:
type: string

Check warning

Code scanning / KICS

Maximum Length Undefined (v3) Warning documentation

'maxLength' is undefined
pattern: "^[a-zA-Z0-9._\\s-]+$"
description: Error code or type
message:
type: string

Check warning

Code scanning / KICS

Maximum Length Undefined (v3) Warning documentation

'maxLength' is undefined
content:
application/json:
schema:
$ref: '#/components/schemas/SuccessResponse'

Check warning

Code scanning / KICS

JSON Object Schema Without Properties (v3) Warning documentation

Schema of the JSON object does not have 'properties' defined
schema:
$ref: '#/components/schemas/ErrorResponse'

UnsupportedMediaType:

Check notice

Code scanning / KICS

Components Response Definition Is Unused documentation

Response is not used as reference
schema:
$ref: '#/components/schemas/ErrorResponse'

TooManyRequests:

Check notice

Code scanning / KICS

Components Response Definition Is Unused documentation

Response is not used as reference
@matbmoser
Copy link
Contributor

Please provide some feedback here :) @CDiezRodriguez

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

Labels

bug Something isn't working stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants