Update itunes pattern (#299)
This commit is contained in:
parent
696ac3f020
commit
eb3aa7c741
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue