Skip to content

Commit

Permalink
fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Apr 17, 2024
1 parent cd4032d commit 121ee2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/applications.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 121ee2b

Please sign in to comment.