Allow appLaunchURL to have any scheme

This commit is contained in:
Xpol Wan
2025-12-24 10:24:39 +08:00
parent c98cf201af
commit ff87f110fd
2 changed files with 2 additions and 1 deletions

View File

@@ -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(),