Skip to content

Commit

Permalink
Update lib/interfaces/open-api-spec.interface.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Mar 17, 2021
1 parent 9fb8caa commit 1302e9f
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[] | object;
examples?: any[] | Record<string, any>;
deprecated?: boolean;
type?: string;
allOf?: (SchemaObject | ReferenceObject)[];
Expand Down

0 comments on commit 1302e9f

Please sign in to comment.