Merge pull request #1366 from BjoernAkAManf/patch-1

Forwarding host should be anyOf not oneOf
This commit is contained in:
jc21
2021-09-01 07:25:35 +10:00
committed by GitHub

View File

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