browser icon indicating copy to clipboard operation
browser copied to clipboard

Comments aren't appearing Pt. 2

Open syedfkabir opened this issue 3 years ago • 0 comments

Continuation from https://github.com/curveball/browser/issues/141

Screenshots for context

N/A

Background

I followed JSON Schema documentation found here: link it's using $defs to reference a intermediary interface

Comments were not showing up for 'inner level' properties. In this case, when stepping through the code using a debugger, I found that other properties have a schema defined, while properties made using $defs only has a reference to the schema

Task

figure out how 'handle' a reference to a schema, or make a change to the schema so it does not use $defs

syedfkabir avatar Sep 06 '22 14:09 syedfkabir