Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close #670; fix: replace <> with _ in generic object names #671

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chikko80
Copy link
Contributor

Description

This PR addresses the issue raised in #670, where the use of generics in object names was causing non-compliance with OpenAPI specifications.

Changes:

Replaced occurrences of < and > with underscores (_) in generic object names to ensure compatibility.
Updated relevant tests to reflect this change.
This fix ensures that our generated output aligns with RFC3986-compliant standards and avoids potential conflicts with other systems or tools expecting compliant URIs.

Please review the changes and let me know if further adjustments are needed.

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.

None yet

1 participant