{
  "sheetName": "s_hand_composition_table",
  "schema": [
    {
      "sheet_name": "s_hand_composition_table",
      "name": "id",
      "type": "int",
      "unique": "true",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_hand_composition_table",
      "name": "pokerhand",
      "type": "s_enum_table:EpCpPokerHand",
      "unique": "",
      "array": "",
      "reference": ""
    },
    {
      "sheet_name": "s_hand_composition_table",
      "name": "sub_hand_array",
      "type": "string",
      "unique": "",
      "array": "true",
      "reference": ""
    }
  ],
  "sheetData": [
    {
      "id": 100001,
      "pokerhand": 1,
      "sub_hand_array": [
        "HighCard"
      ]
    },
    {
      "id": 100002,
      "pokerhand": 2,
      "sub_hand_array": [
        "Pair",
        "HighCard"
      ]
    },
    {
      "id": 100003,
      "pokerhand": 3,
      "sub_hand_array": [
        "TwoPair",
        "Pair",
        " HighCard"
      ]
    },
    {
      "id": 100004,
      "pokerhand": 4,
      "sub_hand_array": [
        "ThreeOfAKind",
        "Pair",
        " HighCard"
      ]
    },
    {
      "id": 100005,
      "pokerhand": 5,
      "sub_hand_array": [
        "Straight",
        "HighCard"
      ]
    },
    {
      "id": 100006,
      "pokerhand": 6,
      "sub_hand_array": [
        "StepStraight",
        "HighCard"
      ]
    },
    {
      "id": 100007,
      "pokerhand": 7,
      "sub_hand_array": [
        "Flush",
        "HighCard"
      ]
    },
    {
      "id": 100008,
      "pokerhand": 8,
      "sub_hand_array": [
        "FullHouse",
        "ThreeOfAKind",
        " Pair",
        " HighCard"
      ]
    },
    {
      "id": 100009,
      "pokerhand": 9,
      "sub_hand_array": [
        "FourOfAKind",
        "ThreeOfAKind",
        " Pair",
        " HighCard"
      ]
    },
    {
      "id": 100010,
      "pokerhand": 10,
      "sub_hand_array": [
        "StraightFlush",
        "FullHouse",
        " Straight",
        " HighCard"
      ]
    },
    {
      "id": 100011,
      "pokerhand": 11,
      "sub_hand_array": [
        "RoyalStraightFlush",
        "RoyalStraightFlush",
        " FullHouse",
        " Straight",
        " HighCard"
      ]
    },
    {
      "id": 100012,
      "pokerhand": 12,
      "sub_hand_array": [
        "FiveCard",
        "StraightFlush",
        " ThreeOfAKind",
        " Pair",
        " HighCard"
      ]
    },
    {
      "id": 100013,
      "pokerhand": 13,
      "sub_hand_array": [
        "FlushHouse",
        "FourOfAKind",
        " FullHouse",
        " ThreeOfAKind",
        " Pair",
        " HighCard"
      ]
    },
    {
      "id": 100014,
      "pokerhand": 14,
      "sub_hand_array": [
        "FlushFive",
        "FlushFive",
        " FlushHouse",
        " StraightFlush",
        " FullHouse",
        " ThreeOfAKind",
        " Pair",
        " HighCard"
      ]
    }
  ]
}