diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index ceba69329af..fe121618640 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -3527,12 +3527,6 @@ "fileMatch": ["*.resjson"], "url": "https://json.schemastore.org/resjson.json" }, - { - "name": "rtx", - "description": "rtx config, a polyglot dev tool manager", - "fileMatch": [".rtx.toml", ".rtx.*.toml", "**/rtx/config.toml"], - "url": "https://rtx.pub/schema/rtx.json" - }, { "name": "Ruff", "description": "Ruff, a fast Python linter", @@ -4558,6 +4552,12 @@ "fileMatch": ["*.mirrord.+(toml|json|y?(a)ml)"], "url": "https://raw.githubusercontent.com/metalbear-co/mirrord/main/mirrord-schema.json" }, + { + "name": "mise", + "description": "mise config, a polyglot dev tool manager", + "fileMatch": [".mise.toml", ".mise.*.toml", "**/mise/config.toml"], + "url": "https://mise.jdx.dev/schema/mise.json" + }, { "name": "mta.yaml", "description": "A MTA projects v3.3",