APIDevTools / json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers
https://apitools.dev/json-schema-ref-parser
MIT License
942 stars 226 forks source link

feat: add reference resolution option to allow root level dereferencing #305

Closed jonluca closed 11 months ago

jonluca commented 1 year ago

This helps solve https://github.com/APIDevTools/json-schema-ref-parser/issues/199 by adding a new flag, externalReferenceResolution, that allows for reference resolution at the root level

jonluca commented 11 months ago

@philsturgeon can you give me admin/bypass permissions on this repo?

philsturgeon commented 11 months ago

You got it.

On Tue, Sep 19, 2023 at 01:48, JonLuca De Caro @.***(mailto:On Tue, Sep 19, 2023 at 01:48, JonLuca De Caro < wrote:

@.***(https://github.com/philsturgeon) can you give me admin/bypass permissions on this repo?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6242355444


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/refs.ts 2 3 66.67%
lib/index.ts 1 7 14.29%
<!-- Total: 22 29 75.86% -->
Files with Coverage Reduction New Missed Lines %
lib/index.ts 1 96.76%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6242072421: -0.2%
Covered Lines: 3212
Relevant Lines: 3311

💛 - Coveralls
github-actions[bot] commented 11 months ago

:tada: This PR is included in version 11.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: