mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
parent
b835efc0ad
commit
2aa63fbacd
@ -8,6 +8,7 @@ export const addonDefinitionSchema = joi.object().keys({
|
||||
displayName: joi.string(),
|
||||
documentationUrl: joi.string().uri({ scheme: [/https?/] }),
|
||||
description: joi.string().allow(''),
|
||||
howTo: joi.string().optional().allow(''),
|
||||
deprecated: joi.boolean().optional().default(false),
|
||||
parameters: joi
|
||||
.array()
|
||||
|
Loading…
Reference in New Issue
Block a user