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

BasicNotification.Filter should be of type FilterExpression #22

Open
martinlisaturn opened this issue Nov 21, 2022 · 0 comments
Open

BasicNotification.Filter should be of type FilterExpression #22

martinlisaturn opened this issue Nov 21, 2022 · 0 comments

Comments

@martinlisaturn
Copy link

Per the documentation here filters should support both Filter objects and Operator objects. Currently only Filter objects are allowed in the openapi spec. I believe the correct type should be FilterExpression which is a union of Filter and Operator.

Please let me know if my understanding is correct! Happy to open a PR to address this if it will help :)

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

No branches or pull requests

1 participant