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', 'format',
'defaultValue', 'defaultValue',
'enum', 'enum',
'items',
'minimum', 'minimum',
'minItems',
'minLength',
'maximum', 'maximum',
'maxItems',
'maxLength',
'uniqueItems', 'uniqueItems',
// loopback-explorer extensions // loopback-explorer extensions
'length', 'length',