Page MenuHomePhabricator

Validator implementations can call Z101/object validator, and then add to it
Closed, ResolvedPublic

Description

Validators can call the object validator Z101 for a base validation, and then add more validation on top of it (e.g. use the default validator to make sure all keys are there and have the right type, and then use a bespoke checker to make sure that a specific key's value follows additional rules)