Skip to content

Commit 83323d1

Browse files
PatrashkinEgorEgor Patrashkinpre-commit-ci[bot]
authored
add schema for aiproj v1.9 (SchemaStore#5218)
* add schema for aiproj v1.9 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Egor Patrashkin <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 10ddf82 commit 83323d1

File tree

3 files changed

+795
-2
lines changed

3 files changed

+795
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"name": ".aiproj.json",
145145
"description": "Settings for project analysis by the Application Inspector",
146146
"fileMatch": [".aiproj.json"],
147-
"url": "https://www.schemastore.org/aiproj-1.8.json",
147+
"url": "https://www.schemastore.org/aiproj-1.9.json",
148148
"versions": {
149149
"1.0": "https://www.schemastore.org/aiproj-1.0.json",
150150
"1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -154,7 +154,8 @@
154154
"1.5": "https://www.schemastore.org/aiproj-1.5.json",
155155
"1.6": "https://www.schemastore.org/aiproj-1.6.json",
156156
"1.7": "https://www.schemastore.org/aiproj-1.7.json",
157-
"1.8": "https://www.schemastore.org/aiproj-1.8.json"
157+
"1.8": "https://www.schemastore.org/aiproj-1.8.json",
158+
"1.9": "https://www.schemastore.org/aiproj-1.9.json"
158159
}
159160
},
160161
{

0 commit comments

Comments
 (0)