Skip to content

Commit 0a3d5cb

Browse files
add Jocker schema to the catalog (SchemaStore#4786)
* add Jocker schema 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>
1 parent d8ee1fe commit 0a3d5cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3132,6 +3132,17 @@
31323132
"fileMatch": ["*.jmdsl.yml", "*.jmdsl.yaml", "*.jmdsl.json"],
31333133
"url": "https://github.com/abstracta/jmeter-java-dsl/releases/latest/download/jmdsl-config-schema.json"
31343134
},
3135+
{
3136+
"name": "Jocker",
3137+
"description": "Rust mono-repo binaries runner",
3138+
"fileMatch": [
3139+
"jocker.yml",
3140+
"jocker.yaml",
3141+
"jocker.override.yml",
3142+
"jocker.override.yaml"
3143+
],
3144+
"url": "https://raw.githubusercontent.com/Wykiki/jocker/main/schema.json"
3145+
},
31353146
{
31363147
"name": "Jovo Language Models",
31373148
"description": "Jovo language Models. Documentation: https://www.jovo.tech/docs/model",

0 commit comments

Comments
 (0)