Skip to content

Commit 1d349a1

Browse files
Adds apiPort to schema. Closes #943 (#945)
1 parent 0a1b61a commit 1d349a1

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

schemas/v0.20.0/rc.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"apiPort": {
11+
"type": "number",
12+
"minimum": 0,
13+
"maximum": 65535
14+
},
1015
"asSystemProxy": {
1116
"type": "boolean"
1217
},

schemas/v0.20.1/rc.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"apiPort": {
11+
"type": "number",
12+
"minimum": 0,
13+
"maximum": 65535
14+
},
1015
"asSystemProxy": {
1116
"type": "boolean"
1217
},

schemas/v0.21.0/rc.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"apiPort": {
11+
"type": "number",
12+
"minimum": 0,
13+
"maximum": 65535
14+
},
1015
"asSystemProxy": {
1116
"type": "boolean"
1217
},

schemas/v0.22.0/rc.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"apiPort": {
11+
"type": "number",
12+
"minimum": 0,
13+
"maximum": 65535
14+
},
1015
"asSystemProxy": {
1116
"type": "boolean"
1217
},

schemas/v0.23.0/rc.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"$schema": {
88
"type":"string"
99
},
10+
"apiPort": {
11+
"type": "number",
12+
"minimum": 0,
13+
"maximum": 65535
14+
},
1015
"asSystemProxy": {
1116
"type": "boolean"
1217
},

0 commit comments

Comments
 (0)