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