eslint-plugin-json-schema-validator icon indicating copy to clipboard operation
eslint-plugin-json-schema-validator copied to clipboard

Support for Multiple YAML Documents

Open Fleshgrinder opened this issue 1 year ago • 5 comments
trafficstars

YAML has support for multiple documents via the document start --- and (optional) document end ... markers. Trying to validate a YAML with multiple documents currently fails with:

  2:1  error  Root must be object  json-schema-validator/no-invalid

Fleshgrinder avatar Aug 15 '24 17:08 Fleshgrinder