Caused by: java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at de.zalando.zally.core.RulesValidator.invoke(RulesValidator.kt:61) ~[zally-core.jar!/:na]
... 99 common frames omitted
Caused by: java.lang.IllegalStateException: node.at("/instance/pointer").textValue() must not be null
at de.zalando.zally.core.JsonSchemaValidator.toValidationMessage(JsonSchemaValidator.kt:43) ~[zally-core.jar!/:na]
at de.zalando.zally.core.JsonSchemaValidator.validate(JsonSchemaValidator.kt:36) ~[zally-core.jar!/:na]
at de.zalando.zally.ruleset.zalando.UseOpenApiRule.validateSchema(UseOpenApiRule.kt:56) ~[zally-ruleset-zalando.jar!/:na]
... 104 common frames omitted
./gradle check
was passing the other day - and it must have done in CI... does that mean that the subproject tests aren't being run??
message -> {TextNode@4171} ""content at URI \"http://openapis.org/v3/schema.json#\" is not valid JSON""
parsingMessage -> {TextNode@4175} ""Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')""
which is why an html page seems relevant)