Is it possible to define properties which accept arbitrary key/value pairs? For example when the server accepts a Map as request body. Like properties: * or so... ``` POST /foo key1=value1&key2=value2,... ```