diff --git a/.github/schema.json b/.github/schema.json index 7df38fe7..c4c989c7 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -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": {