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 Nov 4, 2024
1 parent 78aa358 commit 22ce6ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/schemastore/catalog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1075,13 +1075,14 @@ M.json = {
description = "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
fileMatch = { "abc-supply-plan-*.json" },
name = "ABCSupplyPlan",
url = "https://json.schemastore.org/abc-supply-plan-5.0.0.json",
url = "https://json.schemastore.org/abc-supply-plan-6.0.0.json",
versions = {
["1.0.0"] = "https://json.schemastore.org/abc-supply-plan-1.0.0.json",
["2.0.0"] = "https://json.schemastore.org/abc-supply-plan-2.0.0.json",
["3.0.0"] = "https://json.schemastore.org/abc-supply-plan-3.0.0.json",
["4.0.0"] = "https://json.schemastore.org/abc-supply-plan-4.0.0.json",
["5.0.0"] = "https://json.schemastore.org/abc-supply-plan-5.0.0.json"
["5.0.0"] = "https://json.schemastore.org/abc-supply-plan-5.0.0.json",
["6.0.0"] = "https://json.schemastore.org/abc-supply-plan-6.0.0.json"
}
}, {
description = "AIConfig that is used to store generative AI prompts, models and model parameters",
Expand Down

0 comments on commit 22ce6ad

Please sign in to comment.