{
  "@context": "https://schema.org",
  "@type": "Review",
  "author": {
    "@type": "Person",
    "name": "Anonymous"
  },
  "reviewBody": "We decided to work with Andy again, and we were not disappointed. Andy is devoted to his projects. He was thinking about little important details on the weekends and following up on every single thing.",
  "reviewRating": {
    "@type": "Rating",
    "ratingValue": 5,
    "bestRating": 5
  },
  "itemReviewed": {
    "@type": "Organization",
    "name": "Frasheski Construction",
    "url": "frasheskiconstruction.com",
    "makesOffer": {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Kitchen remodeling"
      }
    }
  }
}