James Messinger
James Messinger
The validation errors come from [z-schema](https://www.npmjs.com/package/z-schema), and they include a `details` property that provides context about the error. Unfortunately, this doesn't include line numbers. But it *does* include the JSON...
Are you sure you're using the latest version of Swagger Parser? The `require('swagger-parser').bundle()` method is simply a pass-through to `require('json-schema-ref-parser').bundle()` method. There's no additional logic inside Swagger Parser, so if...
@isadovskiy - Ah, now I remember. I was in the middle of a refactoring a few months ago, and then I started a new job and kinda dropped the ball...
👍 Cool. You can use that fork for now, and I'll let you know as soon as I get the permanent fix committed here.
Yes, this is definitely do-able.
I can't give an ETA right now, because it depends on how much free time I have. I originally wrote Swagger Parser for an employer, so I was paid to...
@taicho - Thanks for reporting this. I honestly never even thought about that use-case, so never tested for it. I'm going to re-open this issue as a reminder to fix...
Oh wow, thanks! Good catch! I'll get this fixed
Hi @iamjochem. Thanks for opening this issue. It's always cool to see the many different ways that people are using this library. It seems like your custom file resolver should...
yeah... I'm not sure why the swagger.io validator is returning an error. Could be a bug in their validator, or I could be overlooking something wrong with your schema.