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
commit ca3370a6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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