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 5d562f3 commit 361a05cCopy full SHA for 361a05c
packages/react-openapi/src/OpenAPISchema.tsx
@@ -379,7 +379,7 @@ function getSchemaProperties(schema: OpenAPIV3.SchemaObject): null | OpenAPISche
379
380
type OpenAPISchemaAlternatives = [
381
OpenAPIV3.SchemaObject[],
382
- OpenAPIV3.DiscriminatorObject | undefined
+ OpenAPIV3.DiscriminatorObject | undefined,
383
];
384
385
/**
0 commit comments