{
  "topics": [
    {
      "id": "music",
      "name": "Music",
      "popularity_weight": 1.0,
      "evergreen": true,
      "tags": [
        "media",
        "culture"
      ]
    },
    {
      "id": "movies",
      "name": "Movies",
      "popularity_weight": 1.0,
      "evergreen": true,
      "tags": [
        "media",
        "culture"
      ]
    },
    {
      "id": "video_games",
      "name": "Video Games",
      "popularity_weight": 1.0,
      "evergreen": true,
      "tags": [
        "gaming"
      ]
    },
    {
      "id": "sports",
      "name": "Sports",
      "popularity_weight": 0.85,
      "evergreen": true,
      "tags": [
        "culture"
      ]
    },
    {
      "id": "internet_culture",
      "name": "Internet Culture",
      "popularity_weight": 0.95,
      "evergreen": false,
      "tags": [
        "trending"
      ]
    },
    {
      "id": "life_experience",
      "name": "Life Experience",
      "popularity_weight": 0.75,
      "evergreen": true,
      "tags": [
        "number",
        "safe"
      ]
    }
  ],
  "templates": [],
  "prompt_pairs": [
    {
      "id": "music_defend_01",
      "topic_id": "music",
      "mechanic": "defend_the_worst",
      "non_imposter_prompt": "Least favourite song that gets played everywhere?",
      "imposter_prompt": "Best song that gets played everywhere? (defend it!)",
      "answer_type": "opinion",
      "difficulty": 2,
      "tags": [
        "opposite",
        "safe"
      ]
    },
    {
      "id": "movies_hot_01",
      "topic_id": "movies",
      "mechanic": "hot_take_split",
      "non_imposter_prompt": "A movie people pretend to like.",
      "imposter_prompt": "A movie people genuinely love.",
      "answer_type": "opinion",
      "difficulty": 2,
      "tags": [
        "subtle",
        "safe"
      ]
    },
    {
      "id": "tabs_num_01",
      "topic_id": "internet_culture",
      "mechanic": "number_bluff_close",
      "non_imposter_prompt": "How many browser tabs do you have open right now?",
      "imposter_prompt": "Pick a number between 3 and 18.",
      "answer_type": "number",
      "difficulty": 1,
      "tags": [
        "number",
        "safe"
      ]
    },
    {
      "id": "games_lane_01",
      "topic_id": "video_games",
      "mechanic": "lane_shift",
      "non_imposter_prompt": "Name a VIDEO GAME character.",
      "imposter_prompt": "Name a VIDEO GAME studio.",
      "answer_type": "word",
      "difficulty": 1,
      "tags": [
        "lane",
        "safe"
      ]
    }
  ]
}