This change aligns with OpenAPI object naming conventions, where special characters like <, (), and [] can cause issues in schema generation and parsing. Replacing them with underscores (_) ensures compatibility with OpenAPI specifications, improving both readability and tool support.
This update maintains functionality while adhering to standard naming rules for better interoperability.
This change aligns with OpenAPI object naming conventions, where special characters like <, (), and [] can cause issues in schema generation and parsing. Replacing them with underscores (_) ensures compatibility with OpenAPI specifications, improving both readability and tool support.
This update maintains functionality while adhering to standard naming rules for better interoperability.
https://github.com/poem-web/poem/pull/671 https://github.com/poem-web/poem/issues/670 https://github.com/poem-web/poem/issues/774