Hi colleagues, The ORD crawler has reported the issue `API tag names must not contain underscores ("_")` for `OpenAPI`:  Reference: [https://pages.github.tools.sap/CPA/api-metadata-validator/rules/oas/sap-oas-operation-tags-forbid-underscore/.](https://pages.github.tools.sap/CPA/api-metadata-validator/rules/oas/sap-oas-operation-tags-forbid-underscore/) This issue is related to a tag generated by ord/cap for an entity that includes localized texts:  Here is the service declaration:  And the entity that uses the native [CodeList](https://cap.cloud.sap/docs/cds/common#aspect-codelist):  Is it possible to extend this entity and substitute these tags? I have not found any example in the documentation. I appreciate your support, Lucas