{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "Is parking required for ADUs and JADUs?",
  "description": "Most jurisdictions do not require additional parking for ADUs/JADUs, especially when located within ½ mile of public transit, to encourage housing production.",
  "url": "https://lineworkdevelopment.com/faq/is-parking-required-for-adus-and-jadus",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Is parking required for ADUs and JADUs?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Most jurisdictions do not require additional parking for ADUs/JADUs, especially when located within ½ mile of public transit, to encourage housing production."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}