Skip to content

Add registry descriptions to all schemas #36

@seansica

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions