package
1.10.0
Repository: https://github.com/trustbloc/vcs.git
Documentation: pkg.go.dev

# 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.