# Functions
NewCachingValidator returns a new caching JSON schema validator.
# Structs
CachingValidator implements a caching JSON schema validator where a give schema is compiled once for the validator and is reused for subsequent validations.
# Interfaces
Validator is a JSON schema validator.
# Type aliases
Document holds the JSON schema document.