Minor thing: this example code in the README doesn't compile:
SwaggerValidator.forYamlSchema(spec);
As in your test code, this works for the call to forYamlSchema :
SwaggerValidator.forYamlSchema(new InputStreamReader(spec));
Thanks for providing the library!