We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flag enums must be manually deserialized/serialized in TypeScript DTOs (interfaces cannot support it correctly).
Tasks:
See pr for x-enumFlag generation: #713
The text was updated successfully, but these errors were encountered:
Any news about this?
Sorry, something went wrong.
I recommend to use an array of enums - x-enumFlag is NJS specific and not supported by other tooling...
I dont have plans to implement this soon (mainly because I personally not need it and I don't recommend it).
Ok thanks, to follow: https://github.com/json-schema-org/json-schema-spec/issues/518
No branches or pull requests
Flag enums must be manually deserialized/serialized in TypeScript DTOs (interfaces cannot support it correctly).
Tasks:
See pr for x-enumFlag generation: #713
The text was updated successfully, but these errors were encountered: