Skip to content

Commit fa2c814

Browse files
authored
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
1 parent d96a398 commit fa2c814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/components/setting-object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"value": {
2626
"description": "Value in almost any form",
2727
"example": "congratulations",
28-
"oneOf": [
28+
"anyOf": [
2929
{
3030
"type": "string",
3131
"minLength": 1

0 commit comments

Comments
 (0)