I think the schema is a valid Union, so it allows null, or Employee, or string for boss.
On Sun, Aug 25, 2013 at 8:34 AM, Scott Stults < [email protected]> wrote: > Lewis, > > In your schema, should the type for boss be a union of null and an array > of Employee? > > > > > {"name": "boss", "type":["null","Employee","string"]}, > > > -Scott

