Defining Custom Type with effect/schema

How would I define a truly custom type with effect/schema? I have one io-ts custom type that I just can't see how to convert. Putting code snippet in thread, but it's a alternate array type that decodes each element invididually and returns an array of Eithers
Was this page helpful?