Created by: alxnegrila
Array of objects translate to map[string,object][] and they fail to deserialize. This is because the deserialization does not parse the mapping string correctly. A quick fix is moving array deserialization before object deserialization.
ObjectExample:
type: object
properties:
data:
type: array
items:
type: object
additionalProperties: true
@jebentier @dkarlovi @mandrean @jfastnacht @ackintosh @ybelenko @renepardon