You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example:
Semantic error at components.schemas.Adyen.Model.Checkout.PaymentResponse+ResultCodeEnum
Component names can only contain the characters A-Z a-z 0-9 - . _
The text was updated successfully, but these errors were encountered:
Hi, using Swashbuckle.AspNetCore v6.2.3
Enums defined in a class seems to generate a ref with the plus char. This is not allowed according to the specification:
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md#componentsObject
For example:
Semantic error at components.schemas.Adyen.Model.Checkout.PaymentResponse+ResultCodeEnum
Component names can only contain the characters A-Z a-z 0-9 - . _
The text was updated successfully, but these errors were encountered: