We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb3e4ed + 87998a0 commit 53ed12bCopy full SHA for 53ed12b
backend/schema/components/stream-object.json
@@ -19,7 +19,9 @@
19
"incoming_port": {
20
"type": "integer",
21
"minimum": 1,
22
- "maximum": 65535
+ "maximum": 65535,
23
+ "if": {"properties": {"tcp_forwarding": {"const": true}}},
24
+ "then": {"not": {"oneOf": [{"const": 80}, {"const": 443}]}}
25
},
26
"forwarding_host": {
27
"anyOf": [
0 commit comments