Type alias JsonSchemaValidator

JsonSchemaValidator: ((schema) => Predicate<RawObject>)

JSON schema validator

Type declaration