Update itunes pattern (#299)

This commit is contained in:
dkhamsing 2016-05-13 10:58:19 -07:00
parent 696ac3f020
commit eb3aa7c741
1 changed files with 1 additions and 1 deletions

2
.github/schema.json vendored
View File

@ -114,7 +114,7 @@
"title": "Project iTunes Page",
"description": "The URL for iTunes page for the project's app.",
"type": ["string", "null"],
"pattern": "^https:\\/\\/itunes\\.apple\\.com\\/(in\\/)?app\\/([^\\/]+\\/)?id[0-9]+$",
"pattern": "^https:\\/\\/itunes\\.apple\\.com\\/.*?app\\/([^\\/]+\\/)?id[0-9]+$",
"default": null
},
"stars": {