{
  "dataset": {
    "slug": "vietnam-comparisons",
    "name": "Vietnam destination comparisons",
    "license": "CC BY 4.0",
    "license_url": "https://creativecommons.org/licenses/by/4.0/",
    "attribution": "Luxstay (luxstay.com), aggregated from GeoNames, Wikipedia, Wikidata, OSM. Underlying source licenses preserved.",
    "columns": [
      {
        "key": "slug",
        "type": "string",
        "description": "URL slug (e.g. da-nang-vs-nha-trang)."
      },
      {
        "key": "type",
        "type": "string",
        "description": "Comparison type."
      },
      {
        "key": "a_slug",
        "type": "string",
        "description": "First destination slug."
      },
      {
        "key": "b_slug",
        "type": "string",
        "description": "Second destination slug."
      },
      {
        "key": "target_keywords",
        "type": "string[]",
        "description": "SEO target keywords."
      },
      {
        "key": "search_volume",
        "type": "number",
        "description": "Indicative monthly search volume."
      }
    ]
  },
  "rows": [
    {
      "slug": "da-nang-vs-hoi-an",
      "type": "destination_vs_destination",
      "a_slug": "da-nang",
      "b_slug": null,
      "target_keywords": [
        "da nang vs hoi an",
        "where to stay da nang or hoi an"
      ],
      "search_volume": 6200
    }
  ]
}