jimblackler / jsonschemafriend

A JSON Schema loader and validator, delivered as a Java library.
Apache License 2.0
49 stars 23 forks source link

Update tests to handle yaml test data and not fail on other types #53

Closed big-andy-coates closed 7 months ago

big-andy-coates commented 7 months ago

Looks like SchemaStore now has test schemas written in yaml and other formats. I've updated SchemaStoreTest to handle the yaml cases, and ignore any others.