From 83a4b6dce5da4b480cd654f37c8f4a75bf360ffb Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Fri, 27 Feb 2026 23:08:22 -0600 Subject: [PATCH 1/2] fix: update URLs from 4lando to lando-community (#5418) Co-authored-by: Aaron Feledy --- 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 7420d91ac46..d2303b1de3b 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -871,9 +871,9 @@ }, { "name": "Lando (landofile)", - "description": "The configuration file for a Lando app. Documentation: https://github.com/4lando/lando-spec", + "description": "The configuration file for a Lando app. Documentation: https://github.com/lando-community/lando-spec", "fileMatch": [".lando.yml", ".lando.*.yml"], - "url": "https://4lando.github.io/lando-spec/landofile-spec.json" + "url": "https://lando-community.github.io/lando-spec/landofile-spec.json" }, { "name": "latexindent configuration", From 7d293c8d2d2566653a09c387de8f0d4bf94e7314 Mon Sep 17 00:00:00 2001 From: Zach Snell Date: Fri, 27 Feb 2026 23:08:43 -0600 Subject: [PATCH 2/2] Add mockd.yaml schema (multi-protocol API mock server) (#5417) --- src/api/json/catalog.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index d2303b1de3b..3471d7a3d95 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -4265,6 +4265,21 @@ "fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"], "url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json" }, + { + "name": "mockd.yaml", + "description": "mockd multi-protocol API mock server configuration file. See https://mockd.io", + "fileMatch": [ + "mockd.yaml", + "mockd.yml", + "mockd.json", + ".mockd.yaml", + ".mockd.yml", + ".mockd.json", + "mocks.yaml", + "mocks.yml" + ], + "url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json" + }, { "name": "monospace.yml", "description": "MonoSpace configuration file",