Skip to content

Commit 23a76d1

Browse files
Add amxx-builder manifest schema (amxbuild.yml) (SchemaStore#5733)
* Add amxx-builder manifest schema (amxbuild.yml) * amxbuild: add amxbuild.*.yml variant * [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 a175f7d commit 23a76d1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10206,6 +10206,17 @@
1020610206
"description": "Caido Proxy configuration file",
1020710207
"fileMatch": ["caido.yml", "caido.yaml"],
1020810208
"url": "https://raw.githubusercontent.com/caido/schemas/main/.schemastore/proxy/config.schema.json"
10209+
},
10210+
{
10211+
"name": "amxx-builder manifest",
10212+
"description": "amxx-builder (amxb) project manifest",
10213+
"fileMatch": [
10214+
"amxbuild.yml",
10215+
"amxbuild.yaml",
10216+
"amxbuild.*.yml",
10217+
"amxbuild.*.yaml"
10218+
],
10219+
"url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
1020910220
}
1021010221
]
1021110222
}

0 commit comments

Comments
 (0)