We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063be48 commit 70ea976Copy full SHA for 70ea976
packages/react-openapi/src/generateSchemaExample.ts
@@ -35,7 +35,7 @@ export function generateSchemaExample(
35
},
36
...options,
37
38
- 4, // Max depth for circular references
+ 3, // Max depth for circular references
39
);
40
}
41
0 commit comments