{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/first-city-caravilla-cairns-queensland",
  "name": "First City Caravilla",
  "description": "lovely site, nice staff and lovely pool. was very quiet, no noise disturbances. facilities worked pe... Near Alwal National Park, Barron Gorge National Park, Grey Peaks National Park, Trinity...",
  "url": "https://campertunity.com/listings/campgrounds/first-city-caravilla-cairns-queensland",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1 Kelly St, Earlville",
    "addressLocality": "Cairns",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -16.938534,
    "longitude": 145.743314
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Canyon"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Jen M."
      },
      "reviewBody": "lovely site, nice staff and lovely pool. was very quiet, no noise disturbances. facilities worked perfectly, no complaints at all"
    }
  ]
}