{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Can tenants in ADUs use the primary home's amenities?",
  "description": "ADUs must have independent access and living facilities, but shared driveways, yards, or laundry may be permitted depending on local regulations and agreements.",
  "url": "https://lineworkdevelopment.com/faq/can-tenants-in-adus-use-the-primary-home-s-amenities",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Can tenants in ADUs use the primary home's amenities?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "ADUs must have independent access and living facilities, but shared driveways, yards, or laundry may be permitted depending on local regulations and agreements."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}