Skip to content

Commit 14fac4e

Browse files
Add venvironment(-basic) schemas v4.0.0 and venvplus(-basic) schema v1.0.0 (SchemaStore#4721)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a414ff0 commit 14fac4e

File tree

27 files changed

+8854
-5
lines changed

27 files changed

+8854
-5
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ src/negative_test/youtrack-app/ @skoch13 @andrey-skl @zmaks
2828
src/schemas/json/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
2929
src/test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
3030
src/negative_test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
31+
src/schemas/json/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
32+
src/test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
33+
src/negative_test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
3134

3235
# Managed by CTFer.io team:
3336
src/schemas/json/ctfd.json @pandatix @NicoFgrx

src/api/json/catalog.json

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5797,7 +5797,7 @@
57975797
},
57985798
{
57995799
"name": "venvironment.yaml",
5800-
"description": "Simulation and test environment for Vector CANoe4SW Server Edition",
5800+
"description": "Simulation and test environment for Vector CANoe Server Editions",
58015801
"fileMatch": [
58025802
"venvironment.yaml",
58035803
"*.venvironment.yaml",
@@ -5806,7 +5806,7 @@
58065806
"venvironment.json",
58075807
"*.venvironment.json"
58085808
],
5809-
"url": "https://json.schemastore.org/venvironment-schema-v3.2.0.json",
5809+
"url": "https://json.schemastore.org/venvironment-schema-v4.0.0.json",
58105810
"versions": {
58115811
"1.0.0": "https://json.schemastore.org/venvironment-schema-v1.0.0.json",
58125812
"1.1.0": "https://json.schemastore.org/venvironment-schema-v1.1.0.json",
@@ -5816,7 +5816,8 @@
58165816
"2.2.0": "https://json.schemastore.org/venvironment-schema-v2.2.0.json",
58175817
"3.0.0": "https://json.schemastore.org/venvironment-schema-v3.0.0.json",
58185818
"3.1.0": "https://json.schemastore.org/venvironment-schema-v3.1.0.json",
5819-
"3.2.0": "https://json.schemastore.org/venvironment-schema-v3.2.0.json"
5819+
"3.2.0": "https://json.schemastore.org/venvironment-schema-v3.2.0.json",
5820+
"4.0.0": "https://json.schemastore.org/venvironment-schema-v4.0.0.json"
58205821
}
58215822
},
58225823
{
@@ -5830,14 +5831,47 @@
58305831
"venvironment-basic.json",
58315832
"*.venvironment-basic.json"
58325833
],
5833-
"url": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json",
5834+
"url": "https://json.schemastore.org/venvironment-basic-schema-v4.0.0.json",
58345835
"versions": {
58355836
"1.0.0": "https://json.schemastore.org/venvironment-basic-schema-v1.0.0.json",
58365837
"1.1.0": "https://json.schemastore.org/venvironment-basic-schema-v1.1.0.json",
58375838
"2.0.0": "https://json.schemastore.org/venvironment-basic-schema-v2.0.0.json",
58385839
"2.1.0": "https://json.schemastore.org/venvironment-basic-schema-v2.1.0.json",
58395840
"3.0.0": "https://json.schemastore.org/venvironment-basic-schema-v3.0.0.json",
5840-
"3.2.0": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json"
5841+
"3.2.0": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json",
5842+
"4.0.0": "https://json.schemastore.org/venvironment-basic-schema-v4.0.0.json"
5843+
}
5844+
},
5845+
{
5846+
"name": "venvplus.yaml",
5847+
"description": "venvplus settings of Vector CANoe Server Editions",
5848+
"fileMatch": [
5849+
"venvplus.yaml",
5850+
"*.venvplus.yaml",
5851+
"venvplus.yml",
5852+
"*.venvplus.yml",
5853+
"venvplus.json",
5854+
"*.venvplus.json"
5855+
],
5856+
"url": "https://json.schemastore.org/venvplus-schema-v1.0.0.json",
5857+
"versions": {
5858+
"1.0.0": "https://json.schemastore.org/venvplus-schema-v1.0.0.json"
5859+
}
5860+
},
5861+
{
5862+
"name": "venvplus-basic.yaml",
5863+
"description": "venvplus-basic settings of Vector Test Unit Runner",
5864+
"fileMatch": [
5865+
"venvplus-basic.yaml",
5866+
"*.venvplus-basic.yaml",
5867+
"venvplus-basic.yml",
5868+
"*.venvplus-basic.yml",
5869+
"venvplus-basic.json",
5870+
"*.venvplus-basic.json"
5871+
],
5872+
"url": "https://json.schemastore.org/venvplus-basic-schema-v1.0.0.json",
5873+
"versions": {
5874+
"1.0.0": "https://json.schemastore.org/venvplus-basic-schema-v1.0.0.json"
58415875
}
58425876
},
58435877
{
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-basic-schema-v4.0.0.json
2+
version: 2.2.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# yaml-language-server: $schema=../../schemas/json/venvironment-basic-schema-v4.0.0.json
2+
can-networks:
3+
- name: can
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.0.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.0.0.json
2+
offline-config:
3+
source-files:
4+
- file-path: 'LoggingFile.blf'
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/venvplus-basic-schema-v1.0.0.json
2+
version: 0.1.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/venvplus-basic-schema-v1.0.0.json
2+
offline-config:
3+
source-files:
4+
- file-path: LoggingFile.blf
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/venvplus-schema-v1.0.0.json
2+
version: 0.1.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/venvplus-schema-v1.0.0.json
2+
offline-config:
3+
source-files:
4+
- file-path: LoggingFile.blf

0 commit comments

Comments
 (0)