Added Swagger fields for items and max/min(Items|Length)
This commit is contained in:
parent
a4b96c33e2
commit
33ca826573
|
@ -232,8 +232,13 @@ var modelHelper = module.exports = {
|
|||
'format',
|
||||
'defaultValue',
|
||||
'enum',
|
||||
'items',
|
||||
'minimum',
|
||||
'minItems',
|
||||
'minLength',
|
||||
'maximum',
|
||||
'maxItems',
|
||||
'maxLength',
|
||||
'uniqueItems',
|
||||
// loopback-explorer extensions
|
||||
'length',
|
||||
|
|
Loading…
Reference in New Issue