# Functions
Read an input configuration file, parsing it (as YAML or JSON) into the input 'interface{}', v.
Validate an input JSON string against the input schema (and return a set of errors or nil if the input JSON string matches the constraints defined in that schema).