Open sbl03 opened 10 years ago
Example: schema1 has a $ref to schema2, and schema2 has a $ref to schema1.
schema1
$ref
schema2
Cause: ResolveSchemas in Program.cs resolves references by scanning through the file for .json and recursively calls itself.
ResolveSchemas
Program.cs
.json
Example:
schema1
has a$ref
toschema2
, andschema2
has a$ref
toschema1
.Cause:
ResolveSchemas
inProgram.cs
resolves references by scanning through the file for.json
and recursively calls itself.