{
  "schemaVersion": 1,
  "id": "sample-award-2026",
  "year": 2026,
  "name": "サンプル小説大賞",
  "category": "長編小説部門",
  "organizer": "サンプル主催",
  "lastVerifiedAt": "2026-06-07",
  "officialUrl": "https://example.com/guidelines",
  "referenceUrls": [
    {
      "title": "公式応募要項",
      "url": "https://example.com/guidelines",
      "type": "official_guideline"
    },
    {
      "title": "応募フォーム",
      "url": "https://example.com/entry",
      "type": "submission_form"
    },
    {
      "title": "よくある質問",
      "url": "https://example.com/faq",
      "type": "faq"
    },
    {
      "title": "過去の受賞作品",
      "url": "https://example.com/winners",
      "type": "past_winners"
    },
    {
      "title": "主催団体",
      "url": "https://example.com/organizer",
      "type": "organizer"
    }
  ],
  "notice": "この応募情報は参考情報です。応募前に必ず公式サイトの最新要項を確認してください。",
  "submission": {
    "opensAt": null,
    "deadline": "2026-08-31",
    "method": "web_form",
    "methodLabel": "Webフォーム"
  },
  "wordCount": {
    "min": 50000,
    "max": null,
    "recommendedMin": null,
    "recommendedMax": null,
    "unit": "characters",
    "note": "応募条件の例として5万字以上。アプリ側では、ユーザーが作品ごとに目標文字数を自由に設定できる前提です。"
  },
  "synopsis": {
    "required": true,
    "min": null,
    "max": 800,
    "unit": "characters",
    "note": "応募用あらすじが必要です。"
  },
  "theme": {
    "required": false,
    "description": null,
    "note": "テーマ指定がある場合はここに記載します。"
  },
  "requirements": [
    {
      "id": "confirm-official-guideline",
      "title": "公式要項を確認する",
      "required": true,
      "note": "アプリ内情報は参考情報のため、応募前に公式サイトを確認してください。"
    },
    {
      "id": "meet-min-word-count",
      "title": "本文文字数が応募条件を満たしている",
      "required": true,
      "note": "このサンプルでは5万字以上を条件とします。"
    },
    {
      "id": "write-synopsis",
      "title": "応募用あらすじを作成する",
      "required": true,
      "note": "指定文字数がある場合はその範囲に収めてください。"
    },
    {
      "id": "check-unresolved-foreshadowing",
      "title": "未回収の伏線を確認する",
      "required": false,
      "note": "作品内で設置した伏線に未回収のものがないか確認してください。"
    },
    {
      "id": "export-submission-file",
      "title": "提出形式で書き出す",
      "required": true,
      "note": "応募先が指定するファイル形式や投稿形式を確認してください。"
    }
  ],
  "tags": [],
  "exportFormats": ["txt", "markdown", "pdf", "docx"],
  "notes": [
    "これはアプリ開発用のサンプル大賞データです。",
    "実際の応募には使用しないでください。",
    "応募前に必ず公式サイトの最新要項を確認してください。"
  ]
}
