We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bc809 commit ec2577bCopy full SHA for ec2577b
src/routes/productTemplates/update.js
@@ -21,10 +21,11 @@ const schema = {
21
name: Joi.string().max(255),
22
productKey: Joi.string().max(45),
23
category: Joi.string().max(45),
24
+ subCategory: Joi.string().max(45),
25
icon: Joi.string().max(255),
26
brief: Joi.string().max(45),
27
details: Joi.string().max(255),
- aliases: Joi.object(),
28
+ aliases: Joi.array(),
29
template: Joi.object(),
30
disabled: Joi.boolean().optional(),
31
hidden: Joi.boolean().optional(),
0 commit comments