Hi,
I would have the need in different situation to be able to store some data in a schema.
Something like :
const email = vine.string().email()
email.extra({ description : "my awesome field" })
const description = email.extra('description')
If you're open to this, I'll be happy to fill a PR.
Best,