I'm using Zod for my schema validation and I'm wondering if I can set it up to automatically show a required indicator in my custom field component without having to manually pass in a required prop on each field, so that the source of truth is the schema.