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 2379e48 commit faad39dCopy full SHA for faad39d
packages/docusaurus-theme-openapi-docs/lib/theme/Schema/index.js
@@ -108,7 +108,7 @@ const AnyOneOf = ({ schema, schemaType }) => {
108
SchemaTabs_1.default,
109
null,
110
schema[type]?.map((anyOneSchema, index) => {
111
- const label = anyOneSchema.title || `MOD${index + 1}`;
+ const label = anyOneSchema.title || anyOneSchema.type;
112
return (
113
// @ts-ignore
114
react_1.default.createElement(
0 commit comments