{
"title": "functions.inventions.VectorBranchTaskObject",
"description": "Schema for AppendTask on vector branch functions.\nTakes a `task` property: a JSON string conforming to `functions.alpha_vector.PartialPlaceholderBranchTaskExpression`.",
"type": "object",
"properties": {
"task": {
"type": "string"
}
}
}