We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c98b5c commit 69d2bc7Copy full SHA for 69d2bc7
polyglot/convertAdapter.json
@@ -79,12 +79,20 @@
79
},
80
{
81
"from": {
82
- "type": "variant"
+ "type": "object"
83
84
"to": {
85
- "type": "binary",
86
- "childType": "blob",
87
- "mode": "variant"
+ "type": "object",
+ "subtype": ""
+ }
88
+ },
89
+ {
90
+ "from": {
91
+ "type": "array"
92
93
+ "to": {
94
+ "type": "array",
95
96
}
97
98
]
0 commit comments