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 76bfb5b commit 85e7d73Copy full SHA for 85e7d73
1 file changed
packages/docusaurus-theme-openapi-docs/src/theme/Schema/index.tsx
@@ -672,7 +672,7 @@ const SchemaEdge: React.FC<SchemaEdgeProps> = ({
672
);
673
}
674
675
- if (schema.items?.anyOf || schema.items?.oneOf) {
+ if (schema.items?.anyOf || schema.items?.oneOf || schema.items?.allOf) {
676
return (
677
<SchemaNodeDetails
678
name={name}
0 commit comments