{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Crater Lake Tour catalog",
  "description": "Guided and self-guided Crater Lake itineraries. Compare duration, meeting points, and inclusions before you book. Independent tour planner.",
  "url": "https://craterlaketour.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Crater Lake Tour",
    "url": "https://craterlaketour.com",
    "email": "info@craterlaketour.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "See Crater Lake on foot"
    },
    {
      "@type": "TouristTrip",
      "name": "Join a tour or go independently"
    },
    {
      "@type": "TouristTrip",
      "name": "Leave time around the edges"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Crater Lake",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 42.8684,
      "longitude": -122.1685
    }
  }
}
