Skip to content

Commit c345563

Browse files
PatrashkinEgorEgor Patrashkinpre-commit-ci[bot]
authored
Add schema for aiproj v1.8 (SchemaStore#4995)
* add schema for aiproj v1.8 * add aiproj-1.8 sample * [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 8cf3bac commit c345563

File tree

3 files changed

+770
-2
lines changed

3 files changed

+770
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"name": ".aiproj.json",
128128
"description": "Settings for project analysis by the Application Inspector",
129129
"fileMatch": [".aiproj.json"],
130-
"url": "https://www.schemastore.org/aiproj-1.7.json",
130+
"url": "https://www.schemastore.org/aiproj-1.8.json",
131131
"versions": {
132132
"1.0": "https://www.schemastore.org/aiproj-1.0.json",
133133
"1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -136,7 +136,8 @@
136136
"1.4": "https://www.schemastore.org/aiproj-1.4.json",
137137
"1.5": "https://www.schemastore.org/aiproj-1.5.json",
138138
"1.6": "https://www.schemastore.org/aiproj-1.6.json",
139-
"1.7": "https://www.schemastore.org/aiproj-1.7.json"
139+
"1.7": "https://www.schemastore.org/aiproj-1.7.json",
140+
"1.8": "https://www.schemastore.org/aiproj-1.8.json"
140141
}
141142
},
142143
{

0 commit comments

Comments
 (0)