Skip to content

Commit

Permalink
Update SchemaStore catalog
Browse files Browse the repository at this point in the history
This commit was performed automatically by GitHub Actions.
  • Loading branch information
b0o authored and actions-user committed Jun 25, 2024
1 parent e9fd885 commit 93ccaf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/schemastore/catalog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ M.json = {
["Ansible Tasks File"] = 25,
["Ansible Vars File"] = 24,
["Ansible-lint Configuration"] = 30,
Any = 888,
["AnyWork Automation Configuration"] = 5,
["App config Spotify Backstage"] = 33,
["Application Accelerator"] = 2,
Expand Down Expand Up @@ -5785,6 +5786,11 @@ M.json = {
fileMatch = { "mprocs.json", "mprocs.yaml", "mprocs.yml" },
name = "mprocs Configuration file",
url = "https://json.schemastore.org/mprocs-0.6.4.json"
}, {
description = "Valid for any JSON file",
fileMatch = {},
name = "Any",
url = "https://json.schemastore.org/any.json"
} },
version = 1
}
Expand Down

0 comments on commit 93ccaf1

Please sign in to comment.