Skip to content

Commit 4dcfb87

Browse files
Add OpenStatus (SchemaStore#4750)
1 parent b741b07 commit 4dcfb87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8153,6 +8153,17 @@
81538153
"description": "Definition of the configuration file of the tm_devices Python package. Documentation: https://tm-devices.readthedocs.io/stable/configuration/",
81548154
"fileMatch": ["tm_devices.yml", "tm_devices.yaml", "tm_devices.toml"],
81558155
"url": "https://raw.githubusercontent.com/tektronix/tm_devices/main/src/tm_devices/tm_devices_config_schema.json"
8156+
},
8157+
{
8158+
"name": "OpenStatus",
8159+
"description": "OpenStatus configuration file",
8160+
"fileMatch": [
8161+
"openstatus.json",
8162+
"openstatus.yml",
8163+
"openstatus.yaml",
8164+
"openstatus.toml"
8165+
],
8166+
"url": "https://github.com/openstatusHQ/json-schema/releases/download/v1.0.0/schema.json"
81568167
}
81578168
]
81588169
}

0 commit comments

Comments
 (0)