Skip to content

Commit f134a1e

Browse files
add schema for aiproj v1.7 (SchemaStore#4819)
* add schema for aiproj v1.7 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix version key after merge --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63eaacc commit f134a1e

File tree

3 files changed

+726
-2
lines changed

3 files changed

+726
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,16 @@
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.6.json",
130+
"url": "https://www.schemastore.org/aiproj-1.7.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",
134134
"1.2": "https://www.schemastore.org/aiproj-1.2.json",
135135
"1.3": "https://www.schemastore.org/aiproj-1.3.json",
136136
"1.4": "https://www.schemastore.org/aiproj-1.4.json",
137137
"1.5": "https://www.schemastore.org/aiproj-1.5.json",
138-
"1.6": "https://www.schemastore.org/aiproj-1.6.json"
138+
"1.6": "https://www.schemastore.org/aiproj-1.6.json",
139+
"1.7": "https://www.schemastore.org/aiproj-1.7.json"
139140
}
140141
},
141142
{

0 commit comments

Comments
 (0)