Skip to content

Commit

Permalink
chore(): improvement in schema object interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Feb 15, 2021
1 parent f5187ce commit 9fb8caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/open-api-spec.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface SchemaObject {
xml?: XmlObject;
externalDocs?: ExternalDocumentationObject;
example?: any;
examples?: any[];
examples?: any[] | object;
deprecated?: boolean;
type?: string;
allOf?: (SchemaObject | ReferenceObject)[];
Expand Down

0 comments on commit 9fb8caa

Please sign in to comment.