cashapp/cmmc

bug: YAML-decode is implicit with the JSONSchema Validator

stanistan opened this issue · 0 comments

This should either probably be resolved, or included in the design for:

Because JSON is a subset of YAML, we do YAML parse of everything that has a JSONSchema.

json, err := yaml.YAMLToJSON([]byte(data))

  1. This should not be implicit
  2. There should be options for this