We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2e285 commit 063ec0dCopy full SHA for 063ec0d
1 file changed
packages/docusaurus-plugin-openapi-docs/src/openapi/types.ts
@@ -359,6 +359,7 @@ export type SchemaObject = Omit<
359
example?: any;
360
deprecated?: boolean;
361
"x-tags"?: string[];
362
+ "x-circular-ref"?: boolean;
363
"x-enumDescriptions"?: Record<string, string>;
364
};
365
@@ -392,6 +393,7 @@ export type SchemaObjectWithRef = Omit<
392
393
externalDocs?: ExternalDocumentationObject;
394
395
396
397
398
399
export interface DiscriminatorObject {
0 commit comments