Ensure `mapArray` returns a precise type with generics
Using the following code,
out has type Schema.Array$<Schema.Schema.AnyNoContext> when I would like it to be Schema.Array$<Schema.String> :
How can I force mapArray` to return a more precise type?