コンテンツにスキップ

タスク Schema

Switch to Zen Mode
フィールド必須デフォルトバリデーション
idstringはい非空、ユニーク
titlestringはい非空
statusstringはい"pending""pending" | "done"
scopestringいいえ"inbox""day" | "week" | "month" | "inbox"
prioritystringいいえ"normal""high" | "normal" | "low"
tagsstring[]いいえ[]文字列配列
childrenTask[]いいえ[]再帰的タスク配列
created_atstringいいえ自動ISO 8601
due_datestringいいえISO 8601 日付
completed_atstringいいえISO 8601
descriptionstringいいえMarkdown 対応
フォーマット用途
uuidv701JQ8X7K3M0000000000000000デフォルト
ulid01ARZ3NDEKTSV4RRFFQ69G5FAVULID 愛好者
auto-increment1, 2, 3ミニマリスト
{
"version": 1,
"tasks": [
{
"id": "01JQ8X7K3M0000000000000001",
"title": "Auth モジュールのリファクタリング",
"status": "pending",
"scope": "day",
"priority": "high",
"tags": ["dev", "backend"],
"created_at": "2026-03-21T08:00:00Z",
"due_date": "2026-03-25",
"children": [
{
"id": "01JQ8X7K3M0000000000000002",
"title": "PyJWT インストール",
"status": "done",
"completed_at": "2026-03-21T09:30:00Z",
"children": []
}
]
}
]
}

上記以外のフィールドはカスタムフィールドです。Mutsumi は読み書き時にこれらを保持します。