diff --git a/polyglot/convertAdapter.json b/polyglot/convertAdapter.json index 5c9fdbff..6247777f 100644 --- a/polyglot/convertAdapter.json +++ b/polyglot/convertAdapter.json @@ -79,12 +79,20 @@ }, { "from": { - "type": "variant" + "type": "object" }, "to": { - "type": "binary", - "childType": "blob", - "mode": "variant" + "type": "object", + "subtype": "" + } + }, + { + "from": { + "type": "array" + }, + "to": { + "type": "array", + "subtype": "" } } ]