{
  "sheetName": "s_conversation_group_table",
  "schema": [
    {
      "sheet_name": "s_conversation_group_table",
      "name": "id",
      "type": "int",
      "unique": "true",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_conversation_group_table",
      "name": "conversation_title",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_conversation_string:conversation_string_id"
    },
    {
      "sheet_name": "s_conversation_group_table",
      "name": "conversation_summary",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_conversation_string:conversation_string_id"
    },
    {
      "sheet_name": "s_conversation_group_table",
      "name": "conversation_start_type",
      "type": "s_enum_table:ConversationStartType",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_conversation_group_table",
      "name": "chpater_id",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_story_chapter_table:id"
    },
    {
      "sheet_name": "s_conversation_group_table",
      "name": "stage_id",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_story_stage_table:id"
    },
    {
      "sheet_name": "s_conversation_group_table",
      "name": "conversation_group",
      "type": "int",
      "unique": "",
      "array": "",
      "reference": "s_conversation_table:group"
    }
  ],
  "sheetData": [
    {
      "id": 1,
      "conversation_title": 1008,
      "conversation_summary": 1009,
      "conversation_start_type": 4,
      "chpater_id": 300001,
      "stage_id": 0,
      "conversation_group": 1
    },
    {
      "id": 2,
      "conversation_title": 0,
      "conversation_summary": 0,
      "conversation_start_type": 0,
      "chpater_id": 0,
      "stage_id": 0,
      "conversation_group": 0
    },
    {
      "id": 3,
      "conversation_title": 0,
      "conversation_summary": 0,
      "conversation_start_type": 0,
      "chpater_id": 0,
      "stage_id": 0,
      "conversation_group": 0
    }
  ]
}