From 121ee2b0d33fc5b7debe161b16cfbc2c92acb6de Mon Sep 17 00:00:00 2001 From: Sunny Aggarwal Date: Wed, 17 Apr 2024 12:43:36 -0400 Subject: [PATCH] fix pattern --- schemas/applications.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/applications.schema.json b/schemas/applications.schema.json index be14b2d..6c8ee8d 100644 --- a/schemas/applications.schema.json +++ b/schemas/applications.schema.json @@ -24,12 +24,12 @@ "thumbnail_image_URL": { "type": "string", "description": "The URL of the thumbnail image for the application", - "pattern": "^https?://raw\\.githubusercontent\\.com/osmosis-labs/apps-list/main/images/[a-zA-Z0-9_-]+_thumbnail\\.(png|svg|jpg|webp)$" + "pattern": "^https?://raw\\.githubusercontent\\.com/osmosis-labs/fe-content/main/cms/apps/images/[a-zA-Z0-9_-]+_thumbnail\\.(png|svg|jpg|webp)$" }, "hero_image_URL": { "type": "string", "description": "The URL of the hero image for the application", - "pattern": "^https?://raw\\.githubusercontent\\.com/osmosis-labs/apps-list/main/images/[a-zA-Z0-9_-]+_hero\\.(png|svg|jpg|webp)$" + "pattern": "^https?://raw\\.githubusercontent\\.com/osmosis-labs/fe-content/main/cms/apps/images/[a-zA-Z0-9_-]+_hero\\.(png|svg|jpg|webp)$" }, "twitter_URL": { "type": "string",