diff --git a/lua/schemastore/catalog.lua b/lua/schemastore/catalog.lua index e3f38fe..50cf9a7 100644 --- a/lua/schemastore/catalog.lua +++ b/lua/schemastore/catalog.lua @@ -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",