Returns a plain object representing the schema's rules and properties. May contain the following keys:
type
- the base type of the schema objectflags
- properties that affect the behavior of a validation, e.g.insensitive
description
- data set by.description()
- multiple calls to
.description()
will overwrite previous data
- multiple calls to
notes
- array of data set by.notes()
tags
- array of data set by.tags()
meta
- array of data set by.meta()