How to describe Inclusion Filter Array as a query parameter? #8379
Unanswered
mikeevstropov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expecting something like
@param.include()
or an array ofany
described by oas in@param
.E.g. array should contain
string
or{"relation": "name", "scope": {...}}
, soWorkaround by a redundant decorator
@param.filter
:Dirty workaround without scheme validation:
Beta Was this translation helpful? Give feedback.
All reactions