{
"title": "functions.profiles.computations.request.Target",
"anyOf": [
{
"title": "Scalar",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"scalar"
]
},
"value": {
"type": "number",
"minimum": -3.4028234663852886e+38,
"maximum": 3.4028234663852886e+38
}
}
},
{
"title": "Vector",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"vector"
]
},
"value": {
"type": "array",
"items": {
"type": "number",
"minimum": -3.4028234663852886e+38,
"maximum": 3.4028234663852886e+38
}
}
}
},
{
"title": "VectorWinner",
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"vector_winner"
]
},
"value": {
"type": "integer",
"minimum": 0,
"maximum": 4294967295
}
}
}
]
}