{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/reighton-sands-holiday-park-reighton-north-yorkshire",
  "name": "Reighton Sands Holiday Park",
  "description": "Reighton Sands Holiday Park is a camping location in which dogs are allowed. The services available include electricity, facilities to discharge toilet waste, toilets, and showers.",
  "url": "https://campertunity.com/listings/campgrounds/reighton-sands-holiday-park-reighton-north-yorkshire",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Reighton",
    "addressRegion": "North Yorkshire",
    "postalCode": "YO14 9SH",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.16677,
    "longitude": -0.25318
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 2,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  }
}