You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Continuation from #141
Screenshots for context
N/A
Background
I followed JSON Schema documentation found here: link
it's using
$defs
to reference a intermediary interfaceComments 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 schemaTask
figure out how 'handle' a reference to a schema,
or make a change to the schema so it does not use
$defs
The text was updated successfully, but these errors were encountered: