zod
zod copied to clipboard
Add title field to Zod - close #1831
Title is a useful field when presenting or converting to JSON schema. Title is used for a human-readable name of a variable. Very practical when combined with description.
Add optional title field. Add titled setter method. Add test suit. Update docs next to describe for ease of use.