Skip to content

Commit fa006f8

Browse files
committed
upd schema
1 parent f727bf4 commit fa006f8

File tree

1 file changed

+38
-24
lines changed

1 file changed

+38
-24
lines changed

docs/optimizer_config.schema.json

Lines changed: 38 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,38 +1080,52 @@
10801080
"type": "array"
10811081
},
10821082
"m": {
1083+
"anyOf": [
1084+
{
1085+
"items": {
1086+
"anyOf": [
1087+
{
1088+
"type": "integer"
1089+
},
1090+
{
1091+
"type": "null"
1092+
}
1093+
]
1094+
},
1095+
"type": "array"
1096+
},
1097+
{
1098+
"$ref": "#/$defs/ParamSpaceInt"
1099+
}
1100+
],
10831101
"default": [
10841102
null
10851103
],
1086-
"items": {
1087-
"anyOf": [
1088-
{
1089-
"type": "integer"
1090-
},
1091-
{
1092-
"type": "null"
1093-
}
1094-
]
1095-
},
1096-
"title": "M",
1097-
"type": "array"
1104+
"title": "M"
10981105
},
10991106
"rank_threshold_cutoff": {
1107+
"anyOf": [
1108+
{
1109+
"items": {
1110+
"anyOf": [
1111+
{
1112+
"type": "integer"
1113+
},
1114+
{
1115+
"type": "null"
1116+
}
1117+
]
1118+
},
1119+
"type": "array"
1120+
},
1121+
{
1122+
"$ref": "#/$defs/ParamSpaceInt"
1123+
}
1124+
],
11001125
"default": [
11011126
null
11021127
],
1103-
"items": {
1104-
"anyOf": [
1105-
{
1106-
"type": "integer"
1107-
},
1108-
{
1109-
"type": "null"
1110-
}
1111-
]
1112-
},
1113-
"title": "Rank Threshold Cutoff",
1114-
"type": "array"
1128+
"title": "Rank Threshold Cutoff"
11151129
}
11161130
},
11171131
"required": [

0 commit comments

Comments
 (0)