James Messinger

Results 225 comments of James Messinger

Great point! I definitely think this should be built-in functionality. I'd gladly accept a PR to add this.

There's not currently a way to do that. The `validate()` method validates the _entire_ Swagger definition, not just a part of it.

No update on this yet. It's lower on my priority list than other issues, since it only occurs for schemas that are technically invalid (see my note above)

My plan is for the core library to be spec-compliant and to move the non-spec-compliant functionality to a companion library or a plugin.

This is a good suggestion for a validation rule. Thanks!

Right. It's more of a lint rule than a schema violation

I don't understand what you're trying to do. It looks like you're getting a Java error, but Swagger Parser is a Node library, not a Java library. Can you provide...

Thanks for reporting this. It does indeed appear to be a bug. I've reproduced it here: https://runkit.com/bigstickcarpet/json-schema-ref-parser-issue-49

Hi @realityking. Sorry for taking so long to get to this. Would you mind adding a test for this? I just want to make sure that I fully understand the...