Philip Theus (prev. Mueller)

Results 51 comments of Philip Theus (prev. Mueller)

@ryanjgallagher let's merge this

@ryanjgallagher is this repository still maintained?

@ryanjgallagher

@koic you're probably pretty busy, but I would love a review on this 😃

@koic can we merge this? If not, what else is required?

I'm experiencing problems with `unevaluatedProperties` too. I verified that the [attached fix](https://github.com/davishmcclurg/json_schemer/commit/2dbae209441b9d233ae01b260dde38a101815585) works for me.

I get extraneous ``` value at `/type` does not match schema ``` errors when something else is broken. My setup is a bit complex... let me explain. I'm defining a...

> I need to double check that won't affect the overall validation result, though. Reading through the whole [discussion](https://github.com/json-schema-org/json-schema-spec/issues/1172#issuecomment-1053670445), it seems like the consensus reached in the end is that...

The fix in that PR seems different from the one that you had previously proposed. Here's a more concise example of the problem that I am seeing: ```ruby test "it"...