{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "name": "What thickness for each stucco coat?",
  "description": "Scratch/brown: 3/8\" each; finish: 1/8\"; total base 3/4\" over lath.",
  "url": "https://modernbuilderscali.com/faq/what-thickness-for-each-stucco-coat",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What thickness for each stucco coat?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Scratch/brown: 3/8\" each; finish: 1/8\"; total base 3/4\" over lath."
      }
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".faq-question",
      ".faq-answer",
      "[itemprop=\"acceptedAnswer\"]"
    ]
  }
}