mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Added schema support for sharingProhibited (not documented in ppfr)
This commit is contained in:
@@ -23,6 +23,7 @@ let supportedOptions = Joi.object().keys({
|
|||||||
is: Joi.exist(),
|
is: Joi.exist(),
|
||||||
then: Joi.required()
|
then: Joi.required()
|
||||||
}),
|
}),
|
||||||
|
sharingProhibited: Joi.boolean(),
|
||||||
backgroundColor: Joi.string().min(10).max(16),
|
backgroundColor: Joi.string().min(10).max(16),
|
||||||
foregroundColor: Joi.string().min(10).max(16),
|
foregroundColor: Joi.string().min(10).max(16),
|
||||||
labelColor: Joi.string().min(10).max(16),
|
labelColor: Joi.string().min(10).max(16),
|
||||||
|
|||||||
Reference in New Issue
Block a user