Skip to content

Commit a57c79d

Browse files
Update optimizer_config.schema.json
1 parent 168cf85 commit a57c79d

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

docs/optimizer_config.schema.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,21 +1331,28 @@
13311331
"type": "array"
13321332
},
13331333
"rank_threshold_cutoff": {
1334+
"anyOf": [
1335+
{
1336+
"items": {
1337+
"anyOf": [
1338+
{
1339+
"type": "integer"
1340+
},
1341+
{
1342+
"type": "null"
1343+
}
1344+
]
1345+
},
1346+
"type": "array"
1347+
},
1348+
{
1349+
"$ref": "#/$defs/ParamSpaceInt"
1350+
}
1351+
],
13341352
"default": [
13351353
null
13361354
],
1337-
"items": {
1338-
"anyOf": [
1339-
{
1340-
"type": "integer"
1341-
},
1342-
{
1343-
"type": "null"
1344-
}
1345-
]
1346-
},
1347-
"title": "Rank Threshold Cutoff",
1348-
"type": "array"
1355+
"title": "Rank Threshold Cutoff"
13491356
}
13501357
},
13511358
"required": [

0 commit comments

Comments
 (0)