{
"title": "functions.TaskProfile",
"description": "Configuration for a single task within a Profile.\n\nEach variant corresponds to a task type in the Function definition.",
"anyOf": [
{
"title": "Remote",
"description": "Profile for a nested function task (references another profile).",
"$ref": "RemotePath"
},
{
"title": "Inline",
"description": "Inline profile for a task (tasks-based or auto).",
"$ref": "functions.InlineProfile"
},
{
"title": "Placeholder",
"description": "Placeholder task — no configuration needed, output is fixed.",
"type": "object"
}
]
}