We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a4b6d commit 7d293c8Copy full SHA for 7d293c8
1 file changed
src/api/json/catalog.json
@@ -4265,6 +4265,21 @@
4265
"fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"],
4266
"url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json"
4267
},
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
+ },
4283
{
4284
"name": "monospace.yml",
4285
"description": "MonoSpace configuration file",
0 commit comments