We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
sbl03
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: