Parcourir la source

Forwarding host should be anyOf not oneOf

Should fix #1354
Björn Heinrichs il y a 4 ans
Parent
commit
6f2b4fdf86
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend/schema/endpoints/streams.json

+ 1 - 1
backend/schema/endpoints/streams.json

@@ -21,7 +21,7 @@
       "maximum": 65535
     },
     "forwarding_host": {
-      "oneOf": [
+      "anyOf": [
         {
           "$ref": "../definitions.json#/definitions/domain_name"
         },