Skip to content

Commit e0cb6fb

Browse files
add schema for aiproj v1.6 (SchemaStore#4618)
* add schema for aiproj v1.6 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 13a4e67 commit e0cb6fb

File tree

3 files changed

+782
-2
lines changed

3 files changed

+782
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@
9999
"name": ".aiproj.json",
100100
"description": "Settings for project analysis by the Application Inspector",
101101
"fileMatch": [".aiproj.json"],
102-
"url": "https://json.schemastore.org/aiproj-1.5.json",
102+
"url": "https://json.schemastore.org/aiproj-1.6.json",
103103
"versions": {
104104
"1.0": "https://json.schemastore.org/aiproj-1.0.json",
105105
"1.1": "https://json.schemastore.org/aiproj-1.1.json",
106106
"1.2": "https://json.schemastore.org/aiproj-1.2.json",
107107
"1.3": "https://json.schemastore.org/aiproj-1.3.json",
108108
"1.4": "https://json.schemastore.org/aiproj-1.4.json",
109-
"1.5": "https://json.schemastore.org/aiproj-1.5.json"
109+
"1.5": "https://json.schemastore.org/aiproj-1.5.json",
110+
"1.6": "https://json.schemastore.org/aiproj-1.6.json"
110111
}
111112
},
112113
{

0 commit comments

Comments
 (0)