Skip to content

Commit a35172f

Browse files
authored
Add the schema for the tm_devices config file (SchemaStore#4710)
* Add entry to catalog for tm_devices config file * Update the description so that it passes schema checks
1 parent 39b3c4b commit a35172f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8052,6 +8052,12 @@
80528052
"description": "Aider configuration file",
80538053
"fileMatch": [".aider.conf.yml"],
80548054
"url": "https://json.schemastore.org/aider-0.82.json"
8055+
},
8056+
{
8057+
"name": "tm_devices configuration file",
8058+
"description": "Definition of the configuration file of the tm_devices Python package. Documentation: https://tm-devices.readthedocs.io/stable/configuration/",
8059+
"fileMatch": ["tm_devices.yml", "tm_devices.yaml", "tm_devices.toml"],
8060+
"url": "https://raw.githubusercontent.com/tektronix/tm_devices/main/src/tm_devices/tm_devices_config_schema.json"
80558061
}
80568062
]
80578063
}

0 commit comments

Comments
 (0)