{
"title": "functions.executions.request.Strategy",
"anyOf": [
{
"title": "Default",
"description": "Scalar or Vector",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"default"
]
}
}
},
{
"title": "SwissSystem",
"description": "Vector",
"type": "object",
"properties": {
"pool": {
"description": "How many vector responses for each execution",
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 4294967295
},
{
"type": "null"
}
]
},
"rounds": {
"description": "How many sequential rounds of comparison",
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 4294967295
},
{
"type": "null"
}
]
},
"type": {
"type": "string",
"enum": [
"swiss_system"
]
}
}
}
]
}