Skip to content

Commit 2022a4b

Browse files
Add venvironment schema v4.1.0 (#4860)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent efc7c88 commit 2022a4b

File tree

10 files changed

+7253
-2
lines changed

10 files changed

+7253
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5938,7 +5938,7 @@
59385938
"venvironment.json",
59395939
"*.venvironment.json"
59405940
],
5941-
"url": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
5941+
"url": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
59425942
"versions": {
59435943
"1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
59445944
"1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
@@ -5949,7 +5949,8 @@
59495949
"3.0.0": "https://www.schemastore.org/venvironment-schema-v3.0.0.json",
59505950
"3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
59515951
"3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
5952-
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json"
5952+
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
5953+
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json"
59535954
}
59545955
},
59555956
{
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# yaml-language-server: $schema=../../schemas/json/venvironment-schema-v4.1.0.json
2+
version: 2.2.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# yaml-language-server: $schema=../../schemas/json/venvironment-schema-v4.1.0.json
2+
variables:
3+
- name: var
4+
value: -42

0 commit comments

Comments
 (0)