From 093af77eccb305c2c806f1684f48847a3bc7dde5 Mon Sep 17 00:00:00 2001 From: "Ruben J. Jongejan" Date: Wed, 4 Feb 2026 00:50:01 +0100 Subject: [PATCH 1/3] feat(rumdl): update schema to v0.1.10 (#5340) * feat(rumdl): update schema to v0.1.10 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: github-actions[bot] Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/schemas/json/rumdl.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/schemas/json/rumdl.json b/src/schemas/json/rumdl.json index ef896c9cd7c..1c90dc86894 100644 --- a/src/schemas/json/rumdl.json +++ b/src/schemas/json/rumdl.json @@ -140,7 +140,7 @@ "minimum": 0 }, "MarkdownFlavor": { - "description": "Markdown flavor/dialect. Accepts: standard, gfm, mkdocs, mdx, quarto. Aliases: commonmark/github map to standard, qmd/rmd/rmarkdown map to quarto.", + "description": "Markdown flavor/dialect. Accepts: standard, gfm, mkdocs, mdx, quarto, obsidian. Aliases: commonmark/github map to standard, qmd/rmd/rmarkdown map to quarto.", "type": "string", "enum": [ "standard", @@ -152,7 +152,8 @@ "quarto", "qmd", "rmd", - "rmarkdown" + "rmarkdown", + "obsidian" ] }, "RuleConfig": { From c284d5492443715cf548695b67d21447d57eebb5 Mon Sep 17 00:00:00 2001 From: yuto <43196286+yuto343@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:50:19 +0900 Subject: [PATCH 2/3] Add pitcms schema (#5342) Add JSON schema for pitcms, a Git-based headless CMS. Schema is self-hosted at https://pitcms.net/schema/pitcms.schema.json --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index d37aafdecda..50e6e4624f5 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9320,6 +9320,12 @@ "name": "Espanso config.yml", "description": "define HOW Espanso acts", "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/config.schema.json" + }, + { + "name": "pitcms", + "description": "Configuration file for pitcms - a Git-based headless CMS", + "fileMatch": ["pitcms.json", "pitcms.jsonc"], + "url": "https://pitcms.net/schema/pitcms.schema.json" } ] } From fae4696582ee5cda38bea083a27fb6888579a7ad Mon Sep 17 00:00:00 2001 From: Brent Westbrook <36778786+ntBre@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:50:32 -0500 Subject: [PATCH 3/3] Update ruff's JSON schema (#5343) This updates ruff's JSON schema to [ce5f7b6127a5d684e96fd0f8e387f73c41c7a1b0](https://github.com/astral-sh/ruff/commit/ce5f7b6127a5d684e96fd0f8e387f73c41c7a1b0) --- src/schemas/json/ruff.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schemas/json/ruff.json b/src/schemas/json/ruff.json index f2d0f1b2e8d..07f800edb52 100644 --- a/src/schemas/json/ruff.json +++ b/src/schemas/json/ruff.json @@ -3545,6 +3545,7 @@ "RUF065", "RUF066", "RUF067", + "RUF068", "RUF1", "RUF10", "RUF100",