Skip to content

Commit ca3370a

Browse files
authored
Merge pull request #1366 from BjoernAkAManf/patch-1
Forwarding host should be anyOf not oneOf
2 parents 5c67908 + 6f2b4fd commit ca3370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/endpoints/streams.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"maximum": 65535
2222
},
2323
"forwarding_host": {
24-
"oneOf": [
24+
"anyOf": [
2525
{
2626
"$ref": "../definitions.json#/definitions/domain_name"
2727
},

0 commit comments

Comments
 (0)