Perform a JSON Schema validation on the YAML content. Done by converting the YAML content into
a Javascript object (using the YAML parser) and checking the object against a schema.
Parameters
yaml_raw_content: string
The raw textual content of the YAML file (i.e, presumably after reading the file itself)
Perform a JSON Schema validation on the YAML content. Done by converting the YAML content into a Javascript object (using the YAML parser) and checking the object against a schema.