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 Jan 8, 2024
1 parent d71620c commit 958d16c
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 @@ -465,6 +465,7 @@ M.json = {
["Shopware CLI Project Store Configuration"] = 712,
Sigma = 526,
["Sigrid scope configuration file"] = 527,
["SkyPilot Task JSON"] = 798,
["Slack app manifest"] = 531,
Solidarity = 534,
["Solution filters"] = 535,
Expand Down Expand Up @@ -5149,6 +5150,11 @@ M.json = {
fileMatch = { "technique.yml", "technique.ids.yml" },
name = "Rudder techniques",
url = "https://json.schemastore.org/rudder-techniques.json"
}, {
description = "SkyPilot Task JSON to specify a task (resource requirements, setup commands, run commands, file mounts, storage mounts, and so on)",
fileMatch = { "skypilot-task.yml", "skypilot-task.yaml" },
name = "SkyPilot Task JSON",
url = "https://json.schemastore.org/skypilot-task.json"
} },
version = 1
}
Expand Down

0 comments on commit 958d16c

Please sign in to comment.