zod icon indicating copy to clipboard operation
zod copied to clipboard

Add title field to Zod - close #1831

Open ComBarnea opened this issue 8 months ago • 5 comments

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.

ComBarnea avatar Jun 25 '24 14:06 ComBarnea