This happens at the parse(yamlFile) step. You can override the YAML parser plugin to use js-yaml’s default load: /** * The difference from the original plugin is ...
NOTE: JS-YAML does not support schema-specific tag resolution restrictions. So, JSON schema is not as strict as defined in the YAML specification. It allows numbers in any notation, use Null and NULL ...