Skip to content

fix(converter): add UUID type mapping to OpenAPI schema#68

Merged
prabhu merged 2 commits into
AppThreat:mainfrom
abdul-levo:feat/openapi-from-spring-annotations
Mar 9, 2026
Merged

fix(converter): add UUID type mapping to OpenAPI schema#68
prabhu merged 2 commits into
AppThreat:mainfrom
abdul-levo:feat/openapi-from-spring-annotations

Conversation

@abdul-levo
Copy link
Copy Markdown
Collaborator

UUID was missing from the Java type map, causing requestId and similar fields to appear as {type: object} instead of {type: string, format: uuid}.

aleembhd added 2 commits March 9, 2026 18:30
UUID was missing from the Java type map, causing requestId and similar
fields to appear as {type: object} instead of {type: string, format: uuid}.
Paths like /_ were passing the path filter but are not real endpoints.
Updated filter to require at least one alphanumeric character in the path.
Copy link
Copy Markdown
Collaborator

@prabhu prabhu left a comment

Choose a reason for hiding this comment

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

Thank you!

@prabhu prabhu merged commit b12008b into AppThreat:main Mar 9, 2026
16 checks passed
abdul-levo pushed a commit to abdul-levo/atom-tools that referenced this pull request Mar 10, 2026
…from-spring-annotations"

This reverts commit b12008b, reversing
changes made to 5b98aea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants