Skip to content

Commit

Permalink
Added metricshub connector schema to schemastore (SchemaStore#3611)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdgilbert authored Feb 28, 2024
1 parent 93796f9 commit e40423c
Show file tree
Hide file tree
Showing 5 changed files with 7,700 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2716,6 +2716,15 @@
"fileMatch": ["*metricshub.yaml", "*metricshub.yml"],
"url": "https://json.schemastore.org/metricshub.json"
},
{
"name": "MetricsHub Connector Configuration",
"description": "MetricsHub connector configuration file",
"fileMatch": [
"**/metricshub/connectors/**/*.yaml",
"**/metricshub/connectors/**/*.yml"
],
"url": "https://json.schemastore.org/metricshub-connector.json"
},
{
"name": "Microsoft Band Web Tile",
"description": "Microsoft Band Web Tile manifest file",
Expand Down
Empty file.
1 change: 1 addition & 0 deletions src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"libman.json",
"lintstagedrc.schema.json",
"metricshub.json",
"metricshub-connector.json",
"minecraft-advancement.json",
"minecraft-biome.json",
"minecraft-dimension.json",
Expand Down
Loading

0 comments on commit e40423c

Please sign in to comment.