{
  "@context": "https://schema.org",
  "@type": "Review",
  "author": {
    "@type": "Person",
    "name": "Larry M."
  },
  "reviewBody": "The company was responsive to our needs. We worked together on multiple projects on the property to address changes, and employees were friendly, cleaned up, and focused on completing the project.",
  "reviewRating": {
    "@type": "Rating",
    "ratingValue": 5,
    "bestRating": 5
  },
  "itemReviewed": {
    "@type": "Organization",
    "name": "Frasheski Construction",
    "url": "frasheskiconstruction.com",
    "makesOffer": {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Multiple property projects / construction coordination"
      }
    }
  }
}