Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently we just support lists properties consisting of primitive properties (e.g. [1,2,6,0] or ["one","two","three"].
We should extend the schema guessing for lists containing nested properties as well (e.g. [\{"x": 1, "y":2},\{"x":1, "y":3}])
The adapter has to ensure that all objects within the list have the same schema.