Skip to content

Commit

Permalink
Merge pull request #1209 from Tony133/chore/update-openapi-spec-inter…
Browse files Browse the repository at this point in the history
…face

chore(): improvement in schema object interface
  • Loading branch information
kamilmysliwiec committed Mar 17, 2021
2 parents 25e34fe + 1302e9f commit 8eb3c28
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[] | Record<string, any>;
deprecated?: boolean;
type?: string;
allOf?: (SchemaObject | ReferenceObject)[];
Expand Down

0 comments on commit 8eb3c28

Please sign in to comment.