Furthermore to what you wrote above <@U01PL2YSG8L>...
# community-help
s
Furthermore to what you wrote above @Kishore Nallan we have tried creating schema to match that, but not sure how to get the array of arrays setup correctly in the schema definition. Doing
meals.name
as type
string
doesnt work (get Field
meals.name
not found.) Tried doing
meals
as type
object
but get: Field
meals
has an incorrect type. Hint: field inside an array of objects must be an array type as well. How should be config'd?