{"presets":{"saas_pricing":{"type":"object","properties":{"plans":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"price":{"type":"string"},"period":{"type":"string"},"features":{"type":"array","items":{"type":"string"}}}}},"currency_hints":{"type":"array","items":{"type":"string"}}},"required":["plans"]},"contact":{"type":"object","properties":{"emails":{"type":"array","items":{"type":"string"}},"phones":{"type":"array","items":{"type":"string"}},"social":{"type":"array","items":{"type":"string"}},"addresses":{"type":"array","items":{"type":"string"}}},"required":["emails"]},"team":{"type":"object","properties":{"people":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"role":{"type":"string"}}}}},"required":["people"]},"product":{"type":"object","properties":{"name":{"type":"string"},"tagline":{"type":"string"},"description":{"type":"string"},"features":{"type":"array","items":{"type":"string"}},"cta":{"type":"string"}},"required":["name"]},"faq":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"question":{"type":"string"},"answer":{"type":"string"}}}}},"required":["items"]}}}