Skip to content

Commit 939f14a

Browse files
authored
Minor adjustments on description and name for MLOS configs (SchemaStore#4767)
* Minor adjustments on description and name for MLOS configs. * tweak
1 parent 36119d0 commit 939f14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,9 +3734,9 @@
37343734
"url": "https://raw.githubusercontent.com/cppalliance/mrdocs/refs/heads/master/docs/mrdocs.schema.json"
37353735
},
37363736
{
3737-
"name": "MLOS Configs",
3738-
"description": "Config files for the mlos_bench utility in MLOS",
3739-
"fileMatch": ["*.mlos.jsonc", "*.mlos.json", "*.mlos.yaml", "*.mlos.yml"],
3737+
"name": "MLOS Config (*.mlos.jsonc, *.mlos.json5, *.mlos.json)",
3738+
"description": "Config files for the mlos_bench utility in MLOS. See Also: https://aka.ms/MLOS",
3739+
"fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"],
37403740
"url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json"
37413741
},
37423742
{

0 commit comments

Comments
 (0)