Skip to content

Commit d19f476

Browse files
Adds asSystemProxy to rc schema. Fixes #918 (#921)
1 parent 3f7ec21 commit d19f476

File tree

13 files changed

+39
-0
lines changed

13 files changed

+39
-0
lines changed

schemas/v0.15.0/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.16.0/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.16.1/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.16.2/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.17.0/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.17.1/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.18.0/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.19.0/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.19.1/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

schemas/v0.20.0/rc.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"asSystemProxy": {
11+
"type": "boolean"
12+
},
1013
"ipAddress": {
1114
"type": "string",
1215
"format": "ipv4"

0 commit comments

Comments
 (0)