declareExternallyReferenced
should be respected for non-interface types, too
#525
Labels
declareExternallyReferenced
should be respected for non-interface types, too
#525
Consider the following JSON schema files:
foo.schema.json
bar.schema.json
Compiling
foo.schema.json
with the optiondeclareExternallyReferenced
set to false would lead tobar.schema.json
being present in the generated code:Except if I'm missing the purpose of
declareExternallyReferenced
, the generated code should be:The text was updated successfully, but these errors were encountered: