Interface for schema types that support converting into JSON Schema.
const schema = vine.string().toJSONSchema() Copy
const schema = vine.string().toJSONSchema()
Interface for schema types that support converting into JSON Schema.
Example