Skip to content

Commit

Permalink
defaultModelRendering
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mt3c committed Jan 13, 2016
1 parent 7fa9806 commit 9bbfacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var optionsSchema = Joi.object({
booleanValues: Joi.array().items(Joi.any()).optional(),
validatorUrl: Joi.string().allow(null, false).optional(),
docExpansion: Joi.string().allow(null).valid(['none', 'list', 'full']).optional(),
defaultModelRendering: Joi.string().allow(null).valid(['model', 'schema']).optional(),
apisSorter: Joi.string().allow(null).valid(['none', 'alpha']).optional(),
operationsSorter: Joi.string().allow(null).valid(['none', 'alpha', 'method']).optional(),
highlightSizeThreshold: Joi.number().optional(),
Expand Down

0 comments on commit 9bbfacb

Please sign in to comment.