Skip to content

Commit e3348bd

Browse files
authored
Add remote ModuleAssembler schema to catalog. (SchemaStore#5521)
* Add remote ModuleAssembler schema to catalog. * Update description. * Made url more precise by restricting to tags.
1 parent 69bb02e commit e3348bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/api/json/catalog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4328,6 +4328,15 @@
43284328
"1.6": "https://www.schemastore.org/mkdocs-1.6.json"
43294329
}
43304330
},
4331+
{
4332+
"name": "ModuleAssembler",
4333+
"description": "ModuleAssembler configuration file",
4334+
"fileMatch": ["**/.moduleassembler/moduleproject.json"],
4335+
"url": "https://raw.githubusercontent.com/ModuleAssembler/ModuleAssembler-Schema/refs/tags/v1.0.0/schema/moduleassembler.schema.json",
4336+
"versions": {
4337+
"1.0.0": "https://raw.githubusercontent.com/ModuleAssembler/ModuleAssembler-Schema/refs/tags/v1.0.0/schema/moduleassembler.schema.json"
4338+
}
4339+
},
43314340
{
43324341
"name": "mrdocs.yml",
43334342
"description": "MrDocs configuration file",

0 commit comments

Comments
 (0)