{
  "format": "parallel",
  "id": "sample02: book title",
  "source_language": "en",
  "target_language": "ja",
  "title": {
    "id": "00000-000",
    "source": "Book Title",
    "target": "書名"
  },
  "author": {
    "id": "00001-000",
    "source": "John Doe",
    "target": "ジョン・ドウ"
  },
  "chapters": [
    {
      "title": {
        "id": "00002-000",
        "source": "Chapter1's Title",
        "target": "第1章の題名"
      },
      "body": [
        {
          "header": {
            "id": "00003-000",
            "source": "Header in the chapter",
            "target": "章内の見出し"
          }
        },
        {
          "paragraph": [
            {
              "id": "00004-000",
              "source": "This is paragraph one.",
              "target": "これは第一段落です。"
            },
            {
              "id": "00004-001",
              "source": "\"Baby steps to giant strides!\", he said.",
              "target": "「小さな一歩が大きな飛躍へ！」と彼は言った。"
            },
            {
              "id": "00004-002",
              "source": "Contiguous lines are concatenated.",
              "target": "連続する行はつなげられます。"
            },
            {
              "id": "00004-003",
              "source": "into one paragraph.",
              "target": "一つの段落にまとめられます。"
            },
            {
              "id": "00004-004",
              "source": "So, you can fold them by a single linefeed.",
              "target": "ですから、単一の改行で折りたたむことができます。"
            }
          ],
          "raw_line": 10
        },
        {
          "paragraph": [
            {
              "id": "00005-000",
              "source": "I replied, \"This is the second paragraph. I'm not sure though.\"",
              "target": "私は答えました。「これは第二の段落です。ただ、確かではありません。」"
            },
            {
              "id": "00005-001",
              "source": "Brank lines separate paragraphs.",
              "target": "空行が段落を区切ります。"
            }
          ],
          "raw_line": 14
        },
        {
          "macro": {
            "id": "00006-000",
            "name": "image",
            "value": "https://dbmx.net/parallelbook/abc-logo.png sample logo"
          },
          "raw_line": 17
        },
        {
          "macro": {
            "id": "00007-000",
            "name": "comment",
            "value": "Macros are not translated but kept intact to the output."
          },
          "raw_line": 18
        }
      ],
      "raw_line": 6
    },
    {
      "title": {
        "id": "00008-000",
        "source": "Chapter2's Title",
        "target": "第2章の題名"
      },
      "body": [
        {
          "blockquote": [
            {
              "id": "00009-000",
              "source": "Lines in blockquotes are also concatenated and translated.",
              "target": "引用符で囲まれた行も連結されて翻訳されます。"
            },
            {
              "id": "00009-001",
              "source": "A whitespace must follow \">\".",
              "target": "\">\"の後には空白が必要です。"
            }
          ],
          "raw_line": 22
        },
        {
          "list": [
            {
              "id": "00010-000",
              "source": "Hop. Step. Jump! Each item in the list are not segmented.",
              "target": "ホップ。ステップ。ジャンプ！リストの各項目は区切られていません。"
            },
            {
              "id": "00011-000",
              "source": "Saitama, Saitama? A whitespace must follow \"-\".",
              "target": "さいたま、さいたま？「-」の後には空白が必要です。"
            }
          ],
          "raw_line": 25
        },
        {
          "table": [
            [
              {
                "id": "00012-000",
                "source": "symbol",
                "target": "記号"
              },
              {
                "id": "00012-001",
                "source": "name",
                "target": "名前"
              },
              {
                "id": "00012-002",
                "source": "number",
                "target": "番号"
              }
            ],
            [
              {
                "id": "00013-000",
                "source": "Au",
                "target": "Au"
              },
              {
                "id": "00013-001",
                "source": "gold",
                "target": "金"
              },
              {
                "id": "00013-002",
                "source": "79",
                "target": "79"
              }
            ],
            [
              {
                "id": "00014-000",
                "source": "Ag",
                "target": "Ag"
              },
              {
                "id": "00014-001",
                "source": "silver",
                "target": "銀"
              },
              {
                "id": "00014-002",
                "source": "47",
                "target": "47"
              }
            ]
          ],
          "raw_line": 28
        },
        {
          "code": {
            "id": "00015-000",
            "text": "one\ntwo two\n\nthree three three"
          },
          "raw_line": 32
        }
      ],
      "raw_line": 20
    }
  ],
  "cost": 0.006
}
