From 11399c32e4ae7dd7d4004e97e2fa0caede5a1273 Mon Sep 17 00:00:00 2001 From: Pete Crocker Date: Sun, 19 May 2024 22:56:36 +0100 Subject: [PATCH] add opsmill-infrahub schema (#3791) * add opsmill-infrahub schema * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated description --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- 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 42a9521932a..7545adccb6a 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -2487,6 +2487,12 @@ "fileMatch": ["importmap.json", "import_map.json", "import-map.json"], "url": "https://json.schemastore.org/importmap.json" }, + { + "name": "Infrahub", + "description": "Model definition for Infrahub by OpsMill", + "fileMatch": ["*.infrahub.yml", "*.infrahub.yaml"], + "url": "https://schema.infrahub.app/infrahub/schema/latest.json" + }, { "name": "ioBroker Configuration", "description": "The configuration file of an ioBroker installation",