Open apiv-thomas opened 5 years ago
In the query string definition of a parameter, we can choose array[string] as a type.
array[string]
We would like a map type so we can describe this kind of query string:
/videos?metadata[height]=720
In the query string definition of a parameter, we can choose
array[string]
as a type.We would like a map type so we can describe this kind of query string:
/videos?metadata[height]=720