Represents a task list.
{ "type": "object", "required": [ "name" ], "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name of the task list." } ] } }, "description": "Represents a task list.", "$schema": "http://json-schema.org/draft-07/schema#", "title": "TaskList" }