folly::jsonschema

JSON Schema (draft v4) validation utilities.

Types

NameDescription
Validator Interface for a schema validator.

Functions

NameDescription
makeSchemaValidator Makes a validator for schemas. You should probably check your schema with this before you use makeValidator().
makeValidator Make a validator that can be used to check various json. Thread-safe.