Skip to content

Commit 7d293c8

Browse files
authored
Add mockd.yaml schema (multi-protocol API mock server) (SchemaStore#5417)
1 parent 83a4b6d commit 7d293c8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4265,6 +4265,21 @@
42654265
"fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"],
42664266
"url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json"
42674267
},
4268+
{
4269+
"name": "mockd.yaml",
4270+
"description": "mockd multi-protocol API mock server configuration file. See https://mockd.io",
4271+
"fileMatch": [
4272+
"mockd.yaml",
4273+
"mockd.yml",
4274+
"mockd.json",
4275+
".mockd.yaml",
4276+
".mockd.yml",
4277+
".mockd.json",
4278+
"mocks.yaml",
4279+
"mocks.yml"
4280+
],
4281+
"url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
4282+
},
42684283
{
42694284
"name": "monospace.yml",
42704285
"description": "MonoSpace configuration file",

0 commit comments

Comments
 (0)