mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
ac7d084671
|
@ -124,8 +124,8 @@
|
||||||
),
|
),
|
||||||
files: (
|
files: (
|
||||||
joi.object().optional()
|
joi.object().optional()
|
||||||
.pattern(RE_NOT_FQPATH, joi.forbidden())
|
.pattern(RE_EMPTY, joi.forbidden())
|
||||||
.pattern(RE_FQPATH, joi.string().required())
|
.pattern(RE_NOT_EMPTY, joi.string().required())
|
||||||
),
|
),
|
||||||
isSystem: joi.boolean().default(false),
|
isSystem: joi.boolean().default(false),
|
||||||
keywords: joi.array().optional(),
|
keywords: joi.array().optional(),
|
||||||
|
|
Loading…
Reference in New Issue