Skip to content

Commit

Permalink
fix(swagger): Fixed a wrong definition in the FullSchema interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Mar 31, 2017
1 parent e2bc265 commit 43a96f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export namespace Swagger {
type?: FullTypes;
title?: string;
description?: string;
required?: boolean;
required?: string[];
additionalProperties?: FullSchema | boolean;
items?: FullSchema | FullSchema[];
allOf?: FullSchema[];
Expand Down

0 comments on commit 43a96f1

Please sign in to comment.