Added Swagger fields for items and max/min(Items|Length)

This commit is contained in:
Shelby Sanders 2015-07-07 01:29:33 -07:00
parent a4b96c33e2
commit 33ca826573
1 changed files with 5 additions and 0 deletions

View File

@ -232,8 +232,13 @@ var modelHelper = module.exports = {
'format',
'defaultValue',
'enum',
'items',
'minimum',
'minItems',
'minLength',
'maximum',
'maxItems',
'maxLength',
'uniqueItems',
// loopback-explorer extensions
'length',