{
    "application_id": "abc1234567890",
    "topics": [
        {
            "topic": "General",
            "version": "V3",
            "title": "General Feedback",
            "questions": [
                {
                    "question_id": "12345",
                    "question": "General questions",
                    "answer_type": "Type1",
                    "answer_options": [
                        "I love this app!",
                        "Feature request",
                        "Please fix...(leave comment)",
                        "Weak GPS",
                        "Incorrect route directions"
                    ]
                }
            ]
        },
        {
            "topic": "POI",
            "version": "V3",
            "title": "POI Feedback",
            "questions": [
                {
                    "question_id": "23456",
                    "question": "What's incorrect about this place",
                    "answer_type": "Type1",
                    "answer_options": [
                        "Business permanently closed",
                        "Address incorrect",
                        "Phone number incorrect",
                        "Map location incorrect"
                    ]
                }
            ]
        },
        {
            "topic": "Search",
            "version": "V3",
            "title": "Search Feedback",
            "questions": [
                {
                    "question_id": "34567",
                    "question": "What's wrong with your search for",
                    "answer_type": "Type1",
                    "answer_options": [
                        "Didn't find what I was looking for",
                        "Results contained duplicates",
                        "Results contained irrelevant places"
                    ]
                }
            ]
        }
    ]
}

