Mischa Spiegelmock
08/18/2023, 12:03 AMobject[]
in my schema?
e.g. i want to say
{ name: "skills", optional: true, type: "object[]" },
{ name: "skills.name", optional: true, type: "string" },
but i don't think it's having the desired effectJason Bosco
08/18/2023, 12:06 AMMischa Spiegelmock
08/18/2023, 12:08 AMMischa Spiegelmock
08/18/2023, 12:08 AMMischa Spiegelmock
08/18/2023, 12:09 AMJason Bosco
08/18/2023, 12:09 AMskills.name
will be an array of all the values for skills.name across all objects in the skills arrayMischa Spiegelmock
08/18/2023, 12:10 AM