Start to eliminate JSON schema validators.
This change removes JSON schema validators from normalize
and canonicalize
.
It also (mostly) eliminates several now-unused functions (primarily the validatesAs*
family of functions). This has entailed the additional removal of a bunch of unused code (javascript/classes*
and tests pertaining thereunto).