Hi, I am trying to generate schema using `rdl generate` with the following structure ``` type RuleData Struct { String v; Bytes byt; } ``` I am getting error saying **expected 'field name', found ';'** Is this expected or am I doing something wrong?