{
    "version":  "7.3",
    "screens":  [
                    {
                        "id":  "MAIN_SCREEN",
                        "title":  "ÃƒÂ°Ã…Â¸Ã…â€™Ã¢â‚¬Â° JobSetu - Service Platform",
                        "terminal":  true,
                        "layout":  {
                                       "type":  "SingleColumnLayout",
                                       "children":  [
                                                        {
                                                            "type":  "TextBody",
                                                            "text":  "ÃƒÂ°Ã…Â¸Ã¢â€žÂ¢Ã‚Â Welcome to JobSetu\n\nÃƒÂ°Ã…Â¸Ã…â€™Ã¢â‚¬Â° One Platform, Endless Opportunities\nÃƒÂ°Ã…Â¸Ã‚Â¤Ã‚Â Building Bridges Between Service Providers \u0026 Seekers"
                                                        },
                                                        {
                                                            "type":  "Form",
                                                            "name":  "main_form",
                                                            "children":  [
                                                                             {
                                                                                 "type":  "Dropdown",
                                                                                 "name":  "menu_selection",
                                                                                 "label":  "ÃƒÂ¢Ã…â€œÃ‚Â¨ Choose Your Option",
                                                                                 "required":  true,
                                                                                 "data-source":  "${data.main_menu}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextInput",
                                                                                 "name":  "person_name",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬ËœÃ‚Â¤ Your Name",
                                                                                 "input-type":  "text",
                                                                                 "visible":  "${data.show_name_field}",
                                                                                 "required":  "${data.name_required}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextInput",
                                                                                 "name":  "voter_id",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã‚ÂªÃ‚Âª Voter ID Card Number",
                                                                                 "input-type":  "text",
                                                                                 "visible":  "${data.show_voter_id_field}",
                                                                                 "required":  "${data.voter_id_required}",
                                                                                 "helper-text":  "Enter your valid Voter ID number for E-KYC verification"
                                                                             },
                                                                             {
                                                                                 "type":  "TextBody",
                                                                                 "text":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂÃ‚Â E-KYC Verification Process\n\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Your Voter ID will be verified by our team. If needed, we may call you for manual verification.\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ This is a one-time process to help keep JobSetu safe and trusted.\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Only users aged 18 and above can register on JobSetu.\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Your Voter ID is used only for verification and is not shared with any third party, except our authorized verification partner.\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Once verification is complete, a \"Verified User\" badge will be shown on your profile.",
                                                                                 "visible":  "${data.show_voter_verification_info}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextInput",
                                                                                 "name":  "firm_name",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã‚ÂÃ‚Â¢ Firm Name",
                                                                                 "input-type":  "text",
                                                                                 "visible":  "${data.show_firm_field}",
                                                                                 "required":  false,
                                                                                 "helper-text":  "Optional: Enter your shop or business name"
                                                                             },
                                                                             {
                                                                                 "type":  "Dropdown",
                                                                                 "name":  "category",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â€Ã¢â‚¬Å¡ÃƒÂ¯Ã‚Â¸Ã‚Â Select Category",
                                                                                 "visible":  "${data.show_category_field}",
                                                                                 "required":  "${data.category_required}",
                                                                                 "data-source":  "${data.categories}"
                                                                             },
                                                                             {
                                                                                 "type":  "Dropdown",
                                                                                 "name":  "service",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂºÃ‚Â ÃƒÂ¯Ã‚Â¸Ã‚Â Select Service",
                                                                                 "visible":  "${data.service_visibility}",
                                                                                 "required":  "${data.service_required}",
                                                                                 "data-source":  "${data.services}"
                                                                             },
                                                                             {
                                                                                 "type":  "CheckboxGroup",
                                                                                 "name":  "sub_services",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã¢â‚¬Â¹ Sub Services",
                                                                                 "visible":  "${data.subservice_visibility}",
                                                                                 "data-source":  "${data.sub_services}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextArea",
                                                                                 "name":  "description",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã‚Â Details",
                                                                                 "visible":  "${data.show_description_field}",
                                                                                 "required":  "${data.description_required}",
                                                                                 "helper-text":  "Share any helpful details about your request or service"
                                                                             },
                                                                             {
                                                                                 "type":  "TextBody",
                                                                                 "text":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â„¢Ã‚Â³ Transaction Summary\n\nWe will send your total service requests, accepted jobs, completed jobs, pending jobs, and cancelled jobs to your WhatsApp.",
                                                                                 "visible":  "${data.show_transactions_info}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextBody",
                                                                                 "text":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã…Â  Job Status Management\n\nWe will message you on WhatsApp to help you update your current work status like Available, Busy, On Job, or Offline.",
                                                                                 "visible":  "${data.show_status_info}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextBody",
                                                                                 "text":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â„¢Ã‚Â° Subscription Details\n\nWe will send your subscription plan details, expiry date, and renewal information on WhatsApp.\n\nÃƒÂ¢Ã…Â¡Ã‚Â ÃƒÂ¯Ã‚Â¸Ã‚Â Keep your subscription active to continue receiving service requests.",
                                                                                 "visible":  "${data.show_subscription_info}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextBody",
                                                                                 "text":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã‚Â Location Update\n\nYour location request will be sent on WhatsApp. Please keep your current location updated to receive nearby service requests.",
                                                                                 "visible":  "${data.show_location_info}"
                                                                             },
                                                                             {
                                                                                 "type":  "TextArea",
                                                                                 "name":  "feedback_text",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â„¢Ã‚Â¬ Feedback",
                                                                                 "visible":  "${data.show_feedback_field}",
                                                                                 "required":  "${data.feedback_required}",
                                                                                 "helper-text":  "Share your experience, issue, or suggestion"
                                                                             },
                                                                             {
                                                                                 "type":  "TextBody",
                                                                                 "text":  "ÃƒÂ¢Ã…Â¡Ã‚Â ÃƒÂ¯Ã‚Â¸Ã‚Â Account Deletion Warning\n\nIf you are facing an issue, please try Feedback or Support before deleting your account. Deleting your account is permanent and cannot be undone.\n\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ All your data will be deleted\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Active jobs will be cancelled\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Subscription will be terminated\nÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ Rejoining requires ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¹1,000 registration fee\n\nA confirmation message will be sent to WhatsApp before final deletion.",
                                                                                 "visible":  "${data.show_delete_warning}"
                                                                             },
                                                                             {
                                                                                 "type":  "OptIn",
                                                                                 "name":  "terms_accepted",
                                                                                 "label":  "ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ I Agree to T\u0026C",
                                                                                 "required":  true,
                                                                                 "on-click-action":  {
                                                                                                         "name":  "navigate",
                                                                                                         "next":  {
                                                                                                                      "type":  "screen",
                                                                                                                      "name":  "TERMS_SCREEN"
                                                                                                                  }
                                                                                                     }
                                                                             },
                                                                             {
                                                                                 "type":  "Footer",
                                                                                 "label":  "ÃƒÂ°Ã…Â¸Ã…Â¡Ã¢â€šÂ¬ Submit",
                                                                                 "on-click-action":  {
                                                                                                         "name":  "complete",
                                                                                                         "payload":  {
                                                                                                                         "menu_selection":  "${form.menu_selection}",
                                                                                                                         "person_name":  "${form.person_name}",
                                                                                                                         "voter_id":  "${form.voter_id}",
                                                                                                                         "firm_name":  "${form.firm_name}",
                                                                                                                         "category":  "${form.category}",
                                                                                                                         "service":  "${form.service}",
                                                                                                                         "sub_services":  "${form.sub_services}",
                                                                                                                         "description":  "${form.description}",
                                                                                                                         "feedback_text":  "${form.feedback_text}",
                                                                                                                         "terms_accepted":  "${form.terms_accepted}"
                                                                                                                     }
                                                                                                     }
                                                                             }
                                                                         ]
                                                        }
                                                    ]
                                   },
                        "data":  {
                                     "main_menu":  {
                                                       "type":  "array",
                                                       "items":  {
                                                                     "type":  "object",
                                                                     "properties":  {
                                                                                        "id":  {
                                                                                                   "type":  "string"
                                                                                               },
                                                                                        "title":  {
                                                                                                      "type":  "string"
                                                                                                  }
                                                                                    },
                                                                     "required":  [
                                                                                      "id",
                                                                                      "title"
                                                                                  ]
                                                                 },
                                                       "__example__":  [
                                                                           {
                                                                               "id":  "provider",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã‚Â Register as Service Provider",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  true,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  true,
                                                                                                                        "show_category_field":  true,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  true,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  true,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  true,
                                                                                                                        "service_required":  true,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "seeker",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂÃ…Â½ Find a Service Provider",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  true,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  true,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  true,
                                                                                                                        "service_required":  true,
                                                                                                                        "subservice_visibility":  true,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "subscription",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â„¢Ã‚Â° Subscription",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  false,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  false,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  true,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  false,
                                                                                                                        "service_required":  false,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "status",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã…Â  My Job Status",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  false,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  false,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  true,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  false,
                                                                                                                        "service_required":  false,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "transactions",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã¢â‚¬Ëœ My Job Transactions",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  false,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  false,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  true,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  false,
                                                                                                                        "service_required":  false,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "location",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬Å“Ã‚Â My Location",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  false,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  false,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  true,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  false,
                                                                                                                        "service_required":  false,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "feedback",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â„¢Ã‚Â¬ Feedback \u0026 Support",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  false,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  false,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  true,
                                                                                                                        "show_delete_warning":  false,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  true,
                                                                                                                        "service_visibility":  false,
                                                                                                                        "service_required":  false,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           },
                                                                           {
                                                                               "id":  "delete_account",
                                                                               "title":  "ÃƒÂ°Ã…Â¸Ã¢â‚¬â€Ã¢â‚¬ËœÃƒÂ¯Ã‚Â¸Ã‚Â Delete Account",
                                                                               "on-select-action":  {
                                                                                                        "name":  "update_data",
                                                                                                        "payload":  {
                                                                                                                        "show_name_field":  false,
                                                                                                                        "show_voter_id_field":  false,
                                                                                                                        "show_firm_field":  false,
                                                                                                                        "show_category_field":  false,
                                                                                                                        "show_description_field":  false,
                                                                                                                        "name_required":  false,
                                                                                                                        "voter_id_required":  false,
                                                                                                                        "category_required":  false,
                                                                                                                        "description_required":  false,
                                                                                                                        "show_transactions_info":  false,
                                                                                                                        "show_status_info":  false,
                                                                                                                        "show_subscription_info":  false,
                                                                                                                        "show_location_info":  false,
                                                                                                                        "show_feedback_field":  false,
                                                                                                                        "show_delete_warning":  true,
                                                                                                                        "show_voter_verification_info":  false,
                                                                                                                        "feedback_required":  false,
                                                                                                                        "service_visibility":  false,
                                                                                                                        "service_required":  false,
                                                                                                                        "subservice_visibility":  false,
                                                                                                                        "sub_services":  [
                                                                                                                                             {
                                                                                                                                                 "id":  "placeholder",
                                                                                                                                                 "title":  "Select a service first"
                                                                                                                                             }
                                                                                                                                         ]
                                                                                                                    }
                                                                                                    }
                                                                           }
                                                                       ]
                                                   },
                                     "categories":  {
                                                        "type":  "array",
                                                        "items":  {
                                                                      "type":  "object",
                                                                      "properties":  {
                                                                                         "id":  {
                                                                                                    "type":  "string"
                                                                                                },
                                                                                         "title":  {
                                                                                                       "type":  "string"
                                                                                                   }
                                                                                     },
                                                                      "required":  [
                                                                                       "id",
                                                                                       "title"
                                                                                   ]
                                                                  },
                                                        "__example__":  [

                                                                        ]
                                                    },
                                     "services":  {
                                                      "type":  "array",
                                                      "items":  {
                                                                    "type":  "object",
                                                                    "properties":  {
                                                                                       "id":  {
                                                                                                  "type":  "string"
                                                                                              },
                                                                                       "title":  {
                                                                                                     "type":  "string"
                                                                                                 }
                                                                                   },
                                                                    "required":  [
                                                                                     "id",
                                                                                     "title"
                                                                                 ]
                                                                },
                                                      "__example__":  [

                                                                      ]
                                                  },
                                     "sub_services":  {
                                                          "type":  "array",
                                                          "items":  {
                                                                        "type":  "object",
                                                                        "properties":  {
                                                                                           "id":  {
                                                                                                      "type":  "string"
                                                                                                  },
                                                                                           "title":  {
                                                                                                         "type":  "string"
                                                                                                     }
                                                                                       },
                                                                        "required":  [
                                                                                         "id",
                                                                                         "title"
                                                                                     ]
                                                                    },
                                                          "__example__":  [
                                                                              {
                                                                                  "id":  "placeholder",
                                                                                  "title":  "Select a service first"
                                                                              }
                                                                          ]
                                                      },
                                     "show_name_field":  {
                                                             "type":  "boolean",
                                                             "__example__":  false
                                                         },
                                     "show_voter_id_field":  {
                                                                 "type":  "boolean",
                                                                 "__example__":  false
                                                             },
                                     "show_firm_field":  {
                                                             "type":  "boolean",
                                                             "__example__":  false
                                                         },
                                     "show_category_field":  {
                                                                 "type":  "boolean",
                                                                 "__example__":  false
                                                             },
                                     "show_description_field":  {
                                                                    "type":  "boolean",
                                                                    "__example__":  false
                                                                },
                                     "show_transactions_info":  {
                                                                    "type":  "boolean",
                                                                    "__example__":  false
                                                                },
                                     "show_status_info":  {
                                                              "type":  "boolean",
                                                              "__example__":  false
                                                          },
                                     "show_subscription_info":  {
                                                                    "type":  "boolean",
                                                                    "__example__":  false
                                                                },
                                     "show_location_info":  {
                                                                "type":  "boolean",
                                                                "__example__":  false
                                                            },
                                     "show_feedback_field":  {
                                                                 "type":  "boolean",
                                                                 "__example__":  false
                                                             },
                                     "show_delete_warning":  {
                                                                 "type":  "boolean",
                                                                 "__example__":  false
                                                             },
                                     "show_voter_verification_info":  {
                                                                          "type":  "boolean",
                                                                          "__example__":  false
                                                                      },
                                     "name_required":  {
                                                           "type":  "boolean",
                                                           "__example__":  false
                                                       },
                                     "voter_id_required":  {
                                                               "type":  "boolean",
                                                               "__example__":  false
                                                           },
                                     "category_required":  {
                                                               "type":  "boolean",
                                                               "__example__":  false
                                                           },
                                     "description_required":  {
                                                                  "type":  "boolean",
                                                                  "__example__":  false
                                                              },
                                     "feedback_required":  {
                                                               "type":  "boolean",
                                                               "__example__":  false
                                                           },
                                     "service_visibility":  {
                                                                "type":  "boolean",
                                                                "__example__":  false
                                                            },
                                     "service_required":  {
                                                              "type":  "boolean",
                                                              "__example__":  false
                                                          },
                                     "subservice_visibility":  {
                                                                   "type":  "boolean",
                                                                   "__example__":  false
                                                               }
                                 }
                    },
                    {
                        "id":  "TERMS_SCREEN",
                        "title":  "Terms \u0026 Conditions",
                        "layout":  {
                                       "type":  "SingleColumnLayout",
                                       "children":  [
                                                        {
                                                            "type":  "TextHeading",
                                                            "text":  "JobSetu Terms \u0026 Conditions"
                                                        },
                                                        {
                                                            "type":  "TextBody",
                                                            "text":  "**1. Service Summary**\n\nWe provide a platform connecting service providers with seekers via WhatsApp. We do not verify service quality, credentials, or experience. Users must independently verify all details before making payments or agreements.\n\n**2. Provider \u0026 Seeker Responsibilities**\n\nProviders must provide accurate service details and share contact information when consenting. Seekers must verify provider identity and qualifications before any transaction.\n\n**3. Payment \u0026 Refunds**\n\nAll payments are made directly between users. The platform is not responsible for payment disputes. Users should use secure payment methods and maintain transaction records.\n\n**4. Data \u0026 Privacy**\n\nWe collect minimal data (phone number, service details). Data is used only to match seekers with providers and for service operations. Users can request deletion of their data anytime.\n\n**5. Liability \u0026 Disclaimer**\n\nWe are only a facilitator connecting service providers and seekers via WhatsApp. We are not responsible for disputes, fraud, misrepresentation, or losses arising from transactions between users.\n\n**6. Consent \u0026 Sharing**\n\nProvider contact details are shared only when the provider gives explicit consent.\n\n**7. Code of Conduct**\n\nDo not use the platform for harassment, spam, or illegal activities. Violation may result in suspension or termination.\n\n**8. Subscription Terms**\n\nService providers must maintain active subscription to receive requests. Subscriptions are non-refundable. Rejoining after account deletion requires Ã¢â€šÂ¹1,000 fee.\n\n**9. E-KYC Verification**\n\nAll users must be 18+ years old. Voter ID verification is mandatory for service providers. We verify identity through authorized verification provider and/or manual phone verification.\n\n**10. Changes to Terms**\n\nWe may update these terms. Continued use implies acceptance of updated terms."
                                                        }
                                                    ]
                                   }
                    }
                ]
}




