{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TaskTemplateInstantiateTaskRequest",
"title": "TaskTemplateInstantiateTaskRequest",
"type": "object",
"properties": {
"name": {
"description": "The name of the new task. If not provided, the name of the task template will be used.",
"type": "string",
"example": "New Task"
}
}
}