Open
Description
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 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
Activity