table B { id: int32; } table A { b: [B]; } root_type A;