Skip to content

Commit

Permalink
Adds apiPort to schema. Closes microsoft#943 (microsoft#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Nov 19, 2024
1 parent 0a1b61a commit 1d349a1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/v0.20.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"$schema": {
"type":"string"
},
"apiPort": {
"type": "number",
"minimum": 0,
"maximum": 65535
},
"asSystemProxy": {
"type": "boolean"
},
Expand Down
5 changes: 5 additions & 0 deletions schemas/v0.20.1/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"$schema": {
"type":"string"
},
"apiPort": {
"type": "number",
"minimum": 0,
"maximum": 65535
},
"asSystemProxy": {
"type": "boolean"
},
Expand Down
5 changes: 5 additions & 0 deletions schemas/v0.21.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"$schema": {
"type":"string"
},
"apiPort": {
"type": "number",
"minimum": 0,
"maximum": 65535
},
"asSystemProxy": {
"type": "boolean"
},
Expand Down
5 changes: 5 additions & 0 deletions schemas/v0.22.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"$schema": {
"type":"string"
},
"apiPort": {
"type": "number",
"minimum": 0,
"maximum": 65535
},
"asSystemProxy": {
"type": "boolean"
},
Expand Down
5 changes: 5 additions & 0 deletions schemas/v0.23.0/rc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"$schema": {
"type":"string"
},
"apiPort": {
"type": "number",
"minimum": 0,
"maximum": 65535
},
"asSystemProxy": {
"type": "boolean"
},
Expand Down

0 comments on commit 1d349a1

Please sign in to comment.