Skip to content

Add registry descriptions to all schemas #36

Description

@seansica

Some schemas are missing description registrations:

For example:

z.boolean().optional(),

should be:

z.boolean().optional().meta({ description: 'The revoked property indicates whether the object has been revoked.' })

This is very apparent on the docs site:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions