diff --git a/src/schema.js b/src/schema.js index f831477..c72db2a 100644 --- a/src/schema.js +++ b/src/schema.js @@ -27,7 +27,8 @@ const supportedOptions = Joi.object().keys({ foregroundColor: Joi.string().min(10).max(16), labelColor: Joi.string().min(10).max(16), groupingIdentifier: Joi.string(), - suppressStripShine: Joi.boolean() + suppressStripShine: Joi.boolean(), + logoText: Joi.string(), }).with("webServiceURL", "authenticationToken");