Skip to content

Commit 8ed4dcb

Browse files
committed
fix: 修复错误的 oneOf 语法 #5
1 parent 26609fa commit 8ed4dcb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/config_schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
"exclude": {
387387
"type": "array",
388388
"items": {
389-
"oneOf": [
389+
"anyOf": [
390390
{
391391
"type": "string"
392392
},
@@ -944,7 +944,7 @@
944944
"additionalProperties": true
945945
},
946946
"additionalData": {
947-
"oneOf": [
947+
"anyOf": [
948948
{
949949
"type": "string"
950950
},
@@ -966,7 +966,7 @@
966966
"additionalProperties": true
967967
},
968968
"additionalData": {
969-
"oneOf": [
969+
"anyOf": [
970970
{
971971
"type": "string"
972972
},
@@ -988,7 +988,7 @@
988988
"additionalProperties": true
989989
},
990990
"additionalData": {
991-
"oneOf": [
991+
"anyOf": [
992992
{
993993
"type": "string"
994994
},

0 commit comments

Comments
 (0)