Skip to content

Commit

Permalink
add nuitka schemas to the catalog (SchemaStore#3609)
Browse files Browse the repository at this point in the history
* add nuitka schemas to the catalog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KRRT7 and pre-commit-ci[bot] authored Feb 26, 2024
1 parent 492eff3 commit 93796f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5902,6 +5902,15 @@
"description": "Custom machinery recipes specification (Minecraft mod)",
"fileMatch": ["**/data/*/recipes/**/*.json"],
"url": "https://alec016.github.io/Custom-Machinery/Json%20Schema/src/main/resources/schemas/custom_machinery_recipe.json"
},
{
"name": "Nuitka.yaml",
"description": "Nuitka Package Configuration",
"fileMatch": [
"*.nuitka-package.config.yml",
"*.nuitka-package.config.yaml"
],
"url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/misc/nuitka-package-config-schema.json"
}
]
}

0 comments on commit 93796f9

Please sign in to comment.