Skip to content

YAML support (RC1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@erosb erosb released this 14 Oct 03:53
· 46 commits to master since this release

Improvements

With this release-candidate, the library becomes able to parse YAML documents as JSON Schema documents

  • SchemaLoader(String) now accepts YAML content, not only JSON
  • referenced remote schemas can also be YAML documents ($refs can point to yaml files)