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

View File

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