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 5fb8e24 commit a549ba5Copy full SHA for a549ba5
lib/bundle.ts
@@ -35,7 +35,7 @@ const shouldInlineInternal = (entry: InventoryEntry) => {
35
if (!h || h === "#") {
36
return false;
37
}
38
- if (h.startsWith("#/components/schemas") || h.indexOf("/definitions") !== -1 || h.startsWith("#/declarations")) {
+ if (h.startsWith("#/components/schemas") || h.startsWith("#/definitions")) {
39
40
41
return h.startsWith("#/paths/");
0 commit comments