1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Fix schema validation in Default Site

Should solve error `data/value must match exactly one schema in oneOf` when setting the Default Site to 404 or 444. #4074
This commit is contained in:
Nephiel
2024-10-16 19:09:14 +00:00
committed by GitHub
parent d96a3987c0
commit fa2c814fcb

View File

@ -25,7 +25,7 @@
"value": { "value": {
"description": "Value in almost any form", "description": "Value in almost any form",
"example": "congratulations", "example": "congratulations",
"oneOf": [ "anyOf": [
{ {
"type": "string", "type": "string",
"minLength": 1 "minLength": 1