react-hook-form to handle validation based on the generated schema.Add button in that case so I can add more items to that array in the form.react-hook-form provides a hook that gives as an append method to do that.append should take in the shape of the item of the array.AST that represents the correct shape.Arbitrary (https://effect.website/docs/schema/arbitrary/) to generate example data from a schema. Is there a way I could use the AST to do the same? Eg.: turning the AST back into the relevant Schema then use that?