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 Apr 23, 2024
1 parent f7cae6f commit a0dc19e
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 @@ -346,6 +346,7 @@ M.json = {
["JSON Schema Draft 7 (unofficial strict)"] = 814,
["JSON Schema Draft 8 (2019-09)"] = 648,
["JSON-API"] = 340,
["JSON-WF"] = 842,
["JSON-e templates"] = 710,
["JSON-stat 2.0"] = 643,
JSONPatch = 344,
Expand Down Expand Up @@ -5446,6 +5447,11 @@ M.json = {
fileMatch = { "*.ksy" },
name = "KSY",
url = "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
}, {
description = "A blogroll interchange format",
fileMatch = {},
name = "JSON-WF",
url = "https://www.json-wf.org.uk/json-wf-schema-1.0.json"
} },
version = 1
}
Expand Down

0 comments on commit a0dc19e

Please sign in to comment.