mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
@@ -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");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user