Tom Deering

Results 2 comments of Tom Deering

@prashanthjos sorry to take so long to respond. This reproduces it for me: ```java @Test public void testPropertyWalk() throws JsonProcessingException { final var someSchema = "{\n" + " \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n"...

Likewise, adding a listener with `config.addPropertyWalkListener` collects even more unexpected things: ``` org.opentest4j.AssertionFailedError: Expected :[$.properties.tags] Actual :[$.properties.tags.type, $.properties.tags.items, $.properties.tags.items[0].type, $.type, $.$schema, $.description, $.title, $.properties] ```