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 1, 2024
1 parent 4ce271f commit f0ca13e
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 @@ -924,11 +924,12 @@ M.json = {
description = "Settings for project analysis by the Application Inspector",
fileMatch = { ".aiproj.json" },
name = ".aiproj.json",
url = "https://json.schemastore.org/aiproj-1.2.json",
url = "https://json.schemastore.org/aiproj-1.3.json",
versions = {
["1.0"] = "https://json.schemastore.org/aiproj-1.0.json",
["1.1"] = "https://json.schemastore.org/aiproj-1.1.json",
["1.2"] = "https://json.schemastore.org/aiproj-1.2.json"
["1.2"] = "https://json.schemastore.org/aiproj-1.2.json",
["1.3"] = "https://json.schemastore.org/aiproj-1.3.json"
}
}, {
description = "AIConfig that is used to store generative AI prompts, models and model parameters",
Expand Down

0 comments on commit f0ca13e

Please sign in to comment.