{"type":"object","$defs":{"cta":{"type":"object","properties":{"action-url":{"type":"string"},"description":{"type":"string"}}},"hero":{"type":"object","properties":{"icons":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"string"},"title":{"type":"string"},"enabled":{"type":"boolean"},"description":{"type":"string"}}}},"title":{"type":"string"},"subtitle":{"type":"string"}}},"about":{"type":"object","properties":{"list":{"type":"array","items":{"type":"string"}},"subtitle":{"type":"string"},"learn-more":{"type":"string"},"content-left":{"type":"string"},"content-right":{"type":"string"}}},"contact":{"type":"object","properties":{"info":{"type":"string"},"email":{"type":"string","format":"email"},"phone":{"type":"string"},"enabled":{"type":"boolean"},"google_map_link":{"type":"string"}}},"services":{"type":"object","properties":{"list":{"type":"array","items":{"type":"object","properties":{"icon":{"type":"string"},"link":{"type":"string"},"title":{"type":"string"},"enabled":{"type":"boolean"},"description":{"type":"string"}}}},"description":{"type":"string"}}},"newsletter":{"type":"object","properties":{"info":{"type":"string"},"email":{"type":"string","format":"email"},"enabled":{"type":"boolean"}}}},"required":["name"],"properties":{"name":{"type":"string","description":"The name of the project (for internal use only)"},"title":{"type":"string","description":"Page title (visible on the browser tab)"},"address":{"type":"string","description":"The address. Note that comas (\u0027,\u0027) will be exchanged to tags \u0027\u003Cbr \/\u003E\u0027 for the multiline version"},"contact_form":{"if":{"properties":{"contact_form":{"const":true}}},"then":{"properties":{"contact":{"$ref":"#\/$defs\/contact"}}},"type":"object","properties":{"contact_form":{"type":"boolean","title":"Contact form section","default":false}}},"hero_section":{"if":{"properties":{"hero_section":{"const":true}}},"then":{"properties":{"hero":{"$ref":"#\/$defs\/hero"}}},"type":"object","properties":{"hero_section":{"type":"boolean","title":"Hero section","default":true}}},"social_media":{"type":"object","title":"social media links","properties":{"twitter":{"type":"string"},"facebook":{"type":"string"},"linkedin":{"type":"string"},"instagram":{"type":"string"}}},"about_section":{"if":{"properties":{"about_section":{"const":true}}},"then":{"properties":{"about":{"$ref":"#\/$defs\/about"}}},"type":"object","properties":{"about_section":{"type":"boolean","title":"About section","default":false}}},"call_to_action":{"if":{"properties":{"call_to_action":{"const":true}}},"then":{"properties":{"cta":{"$ref":"#\/$defs\/cta"}}},"type":"object","properties":{"call_to_action":{"type":"boolean","title":"Call to action section","default":false}}},"newsletter_form":{"if":{"properties":{"newsletter_form":{"const":true}}},"then":{"properties":{"newsletter":{"$ref":"#\/$defs\/newsletter"}}},"type":"object","properties":{"newsletter_form":{"type":"boolean","title":"Newsletter section","default":false}}},"services_section":{"if":{"properties":{"services_section":{"const":true}}},"then":{"properties":{"services":{"$ref":"#\/$defs\/services"}}},"type":"object","properties":{"services_section":{"type":"boolean","title":"Services section","default":false}}}}}