mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 10:25:16 +00:00
Merge pull request #263 from xpol/fix-262-appLaunchURL
Allow appLaunchURL to have any scheme
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"serialNumber": "nmyuxofgna",
|
||||
"teamIdentifier": "F53WB8AE67",
|
||||
"webServiceURL": "https://192.168.1.254:80/",
|
||||
"appLaunchURL": "myapp://product?id=123",
|
||||
"authenticationToken": "vxwxd7J8AlNNFPS8k0a0FfUFtq0ewzFdc",
|
||||
"relevantDate": "2011-12-08T13:00-08:00",
|
||||
"locations": [
|
||||
|
||||
@@ -639,7 +639,7 @@ export const OverridablePassProps = Joi.object<OverridablePassProps>({
|
||||
logoText: Joi.string(),
|
||||
description: Joi.string(),
|
||||
serialNumber: Joi.string(),
|
||||
appLaunchURL: Joi.string().regex(URL_REGEX),
|
||||
appLaunchURL: Joi.string().uri(),
|
||||
teamIdentifier: Joi.string(),
|
||||
organizationName: Joi.string(),
|
||||
passTypeIdentifier: Joi.string(),
|
||||
|
||||
Reference in New Issue
Block a user