From 80179b11b078cb13b66e6643b03e7bca96dc3e6f Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:04:54 +0000 Subject: [PATCH 1/5] fix: update schema URLs (#6261) Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> --- src/api/json/catalog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index e0d3e6b5f7a..85c86235b26 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -8030,8 +8030,8 @@ "v2.6.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.3.json", "v2.6.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.4.json", "v2.6.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.5.json", - "v3.0.0-beta.14": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v.3.0.0-beta.14.json", - "v3.0.0-beta.15": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v.3.0.0-beta.15.json", + "v3.0.0-beta.14": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.14.json", + "v3.0.0-beta.15": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.15.json", "v3.0.0-beta.16": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.16.json", "v3.0.0-beta.17": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.17.json", "v3.0.0-beta.18": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.18.json", From cf7338957d4aeda27f4c653d8e22f8780abfea0b Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:13:14 -0700 Subject: [PATCH 2/5] Restore SchemaStore branding on the homepage (#6262) * Restore SchemaStore homepage logo Co-authored-by: madskristensen <1258877+madskristensen@users.noreply.github.com> * Use catalog count on homepage Co-authored-by: madskristensen <1258877+madskristensen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: madskristensen <1258877+madskristensen@users.noreply.github.com> --- cli.js | 8 ++++---- src/css/site.css | 4 +--- src/js/site.js | 4 ++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/cli.js b/cli.js index 71b6ada43c0..401563c4a38 100644 --- a/cli.js +++ b/cli.js @@ -983,7 +983,7 @@ async function taskBuildWebsite() { 'The open-source catalog of JSON schemas for editors and tools, with support for JSON, YAML, and TOML files.' const body = `

Open source JSON Schema catalog

-

Reliable configuration help,
right in your editor.

+

Reliable configuration help,
right in your editor.

SchemaStore is the central catalog for JSON, YAML, and TOML schemas. Editors and tools use it for validation, completion, and in-context documentation. @@ -993,8 +993,8 @@ async function taskBuildWebsite() { Contribute on GitHub

-
${SchemasToBeTested.length.toLocaleString('en-US')}+
schemas
-
1+ TB
served daily
+
schemas
+
2 TB
served daily
Open source
maintained by contributors
@@ -1190,7 +1190,7 @@ async function taskBuildWebsite() {
-

${siteName}

+

${siteName}