{
    "question_meta_data": [
        {
            "question":"What has happened in the match so far?",
            "match_state":"ongoing",
            "category_ui":"Entry Point Category",
            "category":"match statistics type",
            "sub_category":"What happened in match",
            "extractor":"fetch_match_statistics"
        },
        {
            "question":"What happened in the match?",
            "match_state":"complete",
            "category_ui":"Entry Point Category",
            "category":"match statistics type",
            "sub_category":"What happened in match",
            "extractor":"fetch_match_statistics"
        },
        {
            "question":"What are the key factors deciding the match so far?",
            "match_state":"ongoing",
            "category_ui":"Entry Point Category",
            "category":"live type",
            "sub_category":"Key factors in match",
            "extractor":"fetch_live_data"
        },
        {
            "question":"What are the key factors that decided the match?",
            "match_state":"complete",
            "category_ui":"Entry Point Category",
            "category":"live type",
            "sub_category":"Key factors in match",
            "extractor":"fetch_live_data"
        }
    ]
}