Expressing a Comma-Separated String List as URL Params Schema
Quick question: how would you express a comma-separated strings list as a url params schema for http api? I'm referring to the categories here in the image. So the query would look like path?categories=category1,category2 - Schema Transformations maybe?

