{"ok":true,"result":{"sessionId":"57a52229-d2c3-4a89-a153-d0b9ebd6f213","commandId":"c1b02824-eacd-4fd2-aa64-e07cf8b4d6dd","status":"done","reply":"Executing /Users/iggy/.hermes/profiles/ignite_team/outbound/krb-inspect-about-existing-reduced.js via direct Designer relay.","actions":[{"action":"executeDesignerCode","args":{"code":"// Reduced read-only KRB page component inspection. Returns JSON strings to avoid relay max-depth sanitising nested arrays.\nconst TARGETS = [\n  { name: 'Our Campus', id: '6a2b8d959cfde20f4b4e0535', path: '/about-us/our-campus' },\n  { name: 'Our People', id: '6a2b903289294179fd567656', path: '/about-us/our-people' },\n  { name: 'School Board', path: '/about-us/our-people/school-board' },\n  { name: 'Senior Executive', path: '/about-us/our-people/senior-executive' },\n  { name: 'Employment', id: '6a2b903b944f448e28b408c3', path: '/about-us/our-people/employment' },\n  { name: 'Our Policies', id: '6a2b904caada4c776865154b', path: '/about-us/our-policies' },\n];\nconst trim = (v, n = 160) => String(v ?? '').replace(/\\s+/g, ' ').trim().slice(0, n);\nconst safe = async (fn, fb = null) => { try { return await fn(); } catch { return fb; } };\nconst preview = (value) => {\n  if (value == null) return '';\n  if (typeof value !== 'object') return trim(value);\n  if (typeof value.innerText === 'string') return trim(value.innerText);\n  if (typeof value.text === 'string') return trim(value.text);\n  if (typeof value.html === 'string') return trim(value.html.replace(/<[^>]*>/g, ' '));\n  if (value.url) return trim(value.url);\n  return trim(JSON.stringify(value));\n};\nasync function pageInfo(p) {\n  const d = await helpers.describe(p);\n  return { id: await safe(() => p.getId(), d.id), name: await safe(() => p.getName(), d.name), publishPath: await safe(() => p.getPublishPath(), d.publishPath), type: await safe(() => p.getType(), d.type), title: await safe(() => p.getTitle(), d.title) };\n}\nasync function walk(el, depth=0, path='root', out=[]) {\n  out.push({ el, depth, path });\n  const kids = await safe(() => el.getChildren(), []);\n  for (let i=0; Array.isArray(kids) && i<kids.length; i++) await walk(kids[i], depth+1, `${path}.${i}`, out);\n  return out;\n}\nasync function compName(el) { const c = await safe(() => el.getComponent(), null); return c ? await safe(() => c.getName(), null) : null; }\nconst pages = [];\nfor (const p of await webflow.getAllPagesAndFolders()) pages.push({ page:p, info: await pageInfo(p) });\nconst result = [];\nfor (const t of TARGETS) {\n  const matches = pages.filter(({info}) => info.id === t.id || info.publishPath === t.path || info.publishPath === t.path + '/' || (info.name === t.name && info.type === 'Page'));\n  if (matches.length !== 1) { result.push({ target:t.name, status: matches.length ? 'ambiguous' : 'missing', matches: matches.map(m => m.info), rowsJson:'[]' }); continue; }\n  await webflow.switchPage(matches[0].page);\n  await new Promise(r => setTimeout(r, 500));\n  const rows = [];\n  for (const n of await walk(await webflow.getRootElement())) {\n    const cn = await compName(n.el);\n    const props = await safe(() => n.el.searchProps(), []);\n    if (!cn && (!Array.isArray(props) || props.length === 0)) continue;\n    const propRows = (Array.isArray(props) ? props : []).map(p => ({ id: p?.propId || p?.id || '', label: p?.display?.label || p?.label || p?.name || '', group: p?.display?.group || p?.group || '', value: preview(p?.value) }));\n    rows.push({ order: rows.length + 1, path: n.path, depth: n.depth, component: cn, propLabels: propRows.map(p => [p.group,p.label].filter(Boolean).join('/')).slice(0,30), nonEmpty: propRows.filter(p => p.value && p.value !== '‍').slice(0,20) });\n  }\n  const summary = {};\n  for (const r of rows) summary[r.component || 'prop-owner'] = (summary[r.component || 'prop-owner'] || 0) + 1;\n  result.push({ target:t.name, status:'inspected', page:matches[0].info, summary, rowsJson: JSON.stringify(rows) });\n}\nreturn { generatedAt: new Date().toISOString(), resultJson: JSON.stringify(result) };\n","dangerous":false,"requiresConfirmation":false}}],"executionResults":[{"action":"executeDesignerCode","ok":true,"result":{"generatedAt":"2026-06-22T00:37:46.046Z","resultJson":"[{\"target\":\"Our Campus\",\"status\":\"inspected\",\"page\":{\"id\":\"6a2b8d959cfde20f4b4e0535\",\"name\":\"Our Campus\",\"publishPath\":\"/about-us/our-campus\",\"type\":\"Page\",\"title\":\"KRB Campus - Kincoppal-Rose Bay School\"},\"summary\":{\"Globals\":1,\"Section / Navbar\":1,\"Section / Hero\":1,\"Section / Text Content\":1,\"Section / Two Column Text & Image\":8,\"Section / Next Pages\":1,\"Section / Footer\":1},\"rowsJson\":\"[{\\\"order\\\":1,\\\"path\\\":\\\"root.0.0\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Globals\\\",\\\"propLabels\\\":[\\\"Show grid\\\",\\\"Highlight empty links\\\",\\\"Show attribute markers\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"01c46e30-6efc-7d2e-bd84-c054d19d3d4d\\\",\\\"label\\\":\\\"Show grid\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"},{\\\"id\\\":\\\"acd34ff1-4933-24b2-0bd3-8edc99e4481d\\\",\\\"label\\\":\\\"Highlight empty links\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"9ab12f2d-dbac-5340-1110-38a97361ab5a\\\",\\\"label\\\":\\\"Show attribute markers\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"}]},{\\\"order\\\":2,\\\"path\\\":\\\"root.0.1\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Navbar\\\",\\\"propLabels\\\":[\\\"Type\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"59f4ade1-2254-2ff2-1bfc-d235e33e8370\\\",\\\"label\\\":\\\"Type\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"}]},{\\\"order\\\":3,\\\"path\\\":\\\"root.0.2.0.0\\\",\\\"depth\\\":4,\\\"component\\\":\\\"Section / Hero\\\",\\\"propLabels\\\":[\\\"Section Controls/id\\\",\\\"Section Controls/Variant\\\",\\\"Content/Heading\\\",\\\"Content/Paragraph\\\",\\\"Text/Heading Size\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/Image focal point Y\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"37086d50-f5fb-18c5-3fc2-1fbdd10acfcf\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"16361558-976f-e341-e91f-e882f6911b55\\\",\\\"label\\\":\\\"Variant\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"c85520c8-dad1-33bb-f385-9180dc505c8f\\\\\\\"}\\\"},{\\\"id\\\":\\\"b0196384-7a72-94eb-58c6-7c5842bb88d7\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"87989b8c-c6c1-6fb3-a00b-ded2248c7458\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"e1605938-0b43-2556-6c54-32c99e351067\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Text\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"462489e7-da6e-851f-acce-dae4e8ff7012\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"85d8ebce-c505-4d99-3b73-0f4cb7ca25d1\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"8c43faee-e616-ed77-aa7f-957157f187ef\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"8b9c4b7f-6192-a33a-59cb-d12f13e1f963\\\",\\\"label\\\":\\\"Image focal point Y\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":5}\\\"}]},{\\\"order\\\":4,\\\"path\\\":\\\"root.0.2.1.0\\\",\\\"depth\\\":4,\\\"component\\\":\\\"Section / Text Content\\\",\\\"propLabels\\\":[\\\"Section Controls/Hide section\\\",\\\"Section Controls/id\\\",\\\"Content/Eyebrow Text\\\",\\\"Content/Heading\\\",\\\"Content/Heading Size\\\",\\\"Section Controls/Layout\\\",\\\"Section Controls/Show Heart Divider?\\\",\\\"Content/Paragraph\\\",\\\"Button/Button Text\\\",\\\"Button/Button Link\\\",\\\"Button/Button Type\\\",\\\"Button/Button Icon\\\",\\\"Section Controls/Top Padding\\\",\\\"Section Controls/Bottom Padding\\\",\\\"Content/Content\\\",\\\"Content/Content Columns\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"7bb3123a-655f-431a-c5e3-a487f6e7e964\\\",\\\"label\\\":\\\"Hide section\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"b1731b5a-9dd5-a0b7-912c-56934e8d66dd\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"b14c30cb-5cd1-bf79-e437-5ab6fb1016a3\\\",\\\"label\\\":\\\"Eyebrow Text\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"‍\\\\\\\"}\\\"},{\\\"id\\\":\\\"b01ebd85-1b7e-fe5c-4d59-378e770c27c4\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"‍\\\\\\\"}\\\"},{\\\"id\\\":\\\"86058a12-fcb2-740f-7526-eb672222f71c\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"4aeda26f-8bbd-ef3a-b03e-44d746ef7141\\\",\\\"label\\\":\\\"Layout\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"2eb253e0-02c3-050a-0a19-25c77a105b4e\\\",\\\"label\\\":\\\"Show Heart Divider?\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"e79c340b-3a80-1aad-f875-c5dacf46d1e7\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"‍\\\\\\\"}\\\"},{\\\"id\\\":\\\"90527464-774a-9053-9a5b-b32387817bab\\\",\\\"label\\\":\\\"Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"d675f5d9-3325-a53e-fe5a-ee4a89a32bf6\\\",\\\"label\\\":\\\"Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"page\\\\\\\"}}\\\"},{\\\"id\\\":\\\"e4463a79-87de-64fc-06bc-4e53dc671fed\\\",\\\"label\\\":\\\"Button Type\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"2d2f1e94-536d-0870-5ab8-ed315c393f85\\\",\\\"label\\\":\\\"Button Icon\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"8199dc4d-58c8-1507-52a4-228ffb4fdbb6\\\",\\\"label\\\":\\\"Top Padding\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"6726b243-48d8-cfdd-fd93-81cb5ff05202\\\",\\\"label\\\":\\\"Bottom Padding\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"2ef30899-c954-66a2-06fa-e49dd50e4957\\\",\\\"label\\\":\\\"Content\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"innerText\\\\\\\":\\\\\\\"With spectacular views over Sydney Harbour, Kincoppal-Rose Bay School blends 19th century architecture with modern \\\"},{\\\"id\\\":\\\"48044731-cbe7-83e8-9f15-8a5a0ae600c5\\\",\\\"label\\\":\\\"Content Columns\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":1}\\\"}]},{\\\"order\\\":5,\\\"path\\\":\\\"root.0.2.1.1\\\",\\\"depth\\\":4,\\\"component\\\":\\\"Section / Two Column Text & Image\\\",\\\"propLabels\\\":[\\\"Section Controls/Layout\\\",\\\"Section Controls/id\\\",\\\"Section Controls/Hide section\\\",\\\"Content/Eyebrow\\\",\\\"Content/Heading\\\",\\\"Content/Heading Size\\\",\\\"Content/Paragraph\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Button/Secondary Button Text\\\",\\\"Button/Secondary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/MP4 Video Source\\\",\\\"Visual/Vimeo Video Link\\\",\\\"Section Controls/Theme\\\",\\\"Content/Paragraph Size\\\",\\\"Content/Paragraph Columns\\\",\\\"Visual/Video Embed\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"de9d79c4-2c06-2093-d830-c89a4774bc94\\\",\\\"label\\\":\\\"Layout\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"33acc7a1-aa05-bb72-3e81-5229828b1150\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"f2950457-5e88-b7f6-1186-7e44f6b9f262\\\",\\\"label\\\":\\\"Hide section\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"ffdd8cac-d79d-b590-d952-81ce1d089b70\\\",\\\"label\\\":\\\"Eyebrow\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Lorem ipsum dolor sit amet\\\\\\\"}\\\"},{\\\"id\\\":\\\"7cb60b3c-24e9-1304-bebf-063fba09f5d4\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"The Maureen Tudehope Centre\\\\\\\"}\\\"},{\\\"id\\\":\\\"7fa868b3-4d80-7f25-e15a-5d71c8eee49f\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"a9cb0b38-604f-9327-c4f0-adf0c41cf90e\\\\\\\"}\\\"},{\\\"id\\\":\\\"268e8143-2267-5745-a457-9dcebc77f9fd\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"innerText\\\\\\\":\\\\\\\"The Maureen Tudehope Centre is a multi-purpose, state-of-the-art centre that is home to our exceptional sports, mus\\\"},{\\\"id\\\":\\\"3e230780-5b05-449d-31e4-c15ee131bb8f\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"c352d9e5-21d2-361a-20fe-0f988be8067c\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"84cfbe03-1c7b-b641-9d0c-c58e4be4a18d\\\",\\\"label\\\":\\\"Secondary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"04a903e7-0ac7-0651-ceb3-1fc09cd62235\\\",\\\"label\\\":\\\"Secondary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"417e3f1f-5f80-b9c8-a127-13257a62dccf\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"badf75b5-495d-3f9b-c0f1-88402bf9d8e2\\\",\\\"label\\\":\\\"MP4 Video Source\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"91e88698-67d2-3257-202d-b2753f71799a\\\",\\\"label\\\":\\\"Vimeo Video Link\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"6a8e2efe-f689-2b64-e9a6-43b36c3a4d33\\\",\\\"label\\\":\\\"Theme\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"911c7f77-977c-885a-89fd-b714dd5a8a73\\\\\\\"}\\\"},{\\\"id\\\":\\\"95c79d1e-18e2-0ee0-24fa-6a3e8ad35fd8\\\",\\\"label\\\":\\\"Paragraph Size\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"167c89d3-55a7-8445-f6e3-1c4007858f30\\\",\\\"label\\\":\\\"Paragraph Columns\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":1}\\\"},{\\\"id\\\":\\\"28031202-6cee-70cf-03a4-6416fe7e23e5\\\",\\\"label\\\":\\\"Video Embed\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"}]},{\\\"order\\\":6,\\\"path\\\":\\\"root.0.2.1.2\\\",\\\"depth\\\":4,\\\"component\\\":\\\"Section / Two Column Text & Image\\\",\\\"propLabels\\\":[\\\"Section Controls/Layout\\\",\\\"Section Controls/id\\\",\\\"Section Controls/Hide section\\\",\\\"Content/Eyebrow\\\",\\\"Content/Heading\\\",\\\"Content/Heading Size\\\",\\\"Content/Paragraph\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Button/Secondary Button Text\\\",\\\"Button/Secondary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/MP4 Video Source\\\",\\\"Visual/Vimeo Video Link\\\",\\\"Section Controls/Theme\\\",\\\"Content/Paragraph Size\\\",\\\"Content/Paragraph Columns\\\",\\\"Visual/Video Embed\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"de9d79c4-2c06-2093-d830-c89a4774bc94\\\",\\\"label\\\":\\\"Layout\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"78303301-e12d-ef5e-4323-a4f194065dd1\\\\\\\"}\\\"},{\\\"id\\\":\\\"33acc7a1-aa05-bb72-3e81-5229828b1150\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"f2950457-5e88-b7f6-1186-7e44f6b9f262\\\",\\\"label\\\":\\\"Hide section\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"ffdd8cac-d79d-b590-d952-81ce1d089b70

... [OUTPUT TRUNCATED - 33495 chars omitted out of 83495 total] ...

\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"84cfbe03-1c7b-b641-9d0c-c58e4be4a18d\\\",\\\"label\\\":\\\"Secondary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"04a903e7-0ac7-0651-ceb3-1fc09cd62235\\\",\\\"label\\\":\\\"Secondary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"417e3f1f-5f80-b9c8-a127-13257a62dccf\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"badf75b5-495d-3f9b-c0f1-88402bf9d8e2\\\",\\\"label\\\":\\\"MP4 Video Source\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"91e88698-67d2-3257-202d-b2753f71799a\\\",\\\"label\\\":\\\"Vimeo Video Link\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"6a8e2efe-f689-2b64-e9a6-43b36c3a4d33\\\",\\\"label\\\":\\\"Theme\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"911c7f77-977c-885a-89fd-b714dd5a8a73\\\\\\\"}\\\"},{\\\"id\\\":\\\"95c79d1e-18e2-0ee0-24fa-6a3e8ad35fd8\\\",\\\"label\\\":\\\"Paragraph Size\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"167c89d3-55a7-8445-f6e3-1c4007858f30\\\",\\\"label\\\":\\\"Paragraph Columns\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":1}\\\"},{\\\"id\\\":\\\"28031202-6cee-70cf-03a4-6416fe7e23e5\\\",\\\"label\\\":\\\"Video Embed\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"}]},{\\\"order\\\":13,\\\"path\\\":\\\"root.0.2.1.9\\\",\\\"depth\\\":4,\\\"component\\\":\\\"Section / Next Pages\\\",\\\"propLabels\\\":[\\\"Section Controls/Hide section\\\",\\\"Section Controls/id\\\",\\\"Section Controls/Heading\\\",\\\"Page 1/Subtitle\\\",\\\"Page 1/Title\\\",\\\"Page 1/Paragraph\\\",\\\"Page 1/Image\\\",\\\"Page 1/Link\\\",\\\"Page 2/Subtitle\\\",\\\"Page 2/Title\\\",\\\"Page 2/Paragraph\\\",\\\"Page 2/Image\\\",\\\"Page 2/Link\\\",\\\"Page 3/Subtitle\\\",\\\"Page 3/Title\\\",\\\"Page 3/Paragraph\\\",\\\"Page 3/Image\\\",\\\"Page 3/Link\\\",\\\"Section Controls/Top Padding\\\",\\\"Section Controls/Bottom Padding\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"f228a7ed-5352-cb50-3ed2-0711bbcbe7f1\\\",\\\"label\\\":\\\"Hide section\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"b2ebe255-f0a7-c7f3-cfe2-f3bf9c6d35a8\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"2ec6da6c-d0b8-0b00-cdde-5cc69336a160\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Next up\\\\\\\"}\\\"},{\\\"id\\\":\\\"c439b44a-dcaf-ba29-664d-3b5f79b2f551\\\",\\\"label\\\":\\\"Subtitle\\\",\\\"group\\\":\\\"Page 1\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"About us\\\\\\\"}\\\"},{\\\"id\\\":\\\"8378517a-1807-8642-fb67-9f46fac23b81\\\",\\\"label\\\":\\\"Title\\\",\\\"group\\\":\\\"Page 1\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Our History\\\\\\\"}\\\"},{\\\"id\\\":\\\"ff5f402a-f217-1b12-fd84-5bcbcd25803e\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Page 1\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"innerText\\\\\\\":\\\\\\\"‍\\\\\\\"}}\\\"},{\\\"id\\\":\\\"88a9b0a3-b7cb-b664-d218-d722220fd88e\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Page 1\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"2ca49805-e014-f3d8-992f-89b49b3b3e97\\\",\\\"label\\\":\\\"Link\\\",\\\"group\\\":\\\"Page 1\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"to\\\\\\\":{\\\\\\\"pageId\\\\\\\":\\\\\\\"6a2b8d9ad3e8c89dceedfae4\\\\\\\"}}}\\\"},{\\\"id\\\":\\\"0b08e37a-c7b8-9dc5-29c1-25871adff04e\\\",\\\"label\\\":\\\"Subtitle\\\",\\\"group\\\":\\\"Page 2\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"About Us\\\\\\\"}\\\"},{\\\"id\\\":\\\"0902648f-5a2d-bfed-73f9-52038f6f8276\\\",\\\"label\\\":\\\"Title\\\",\\\"group\\\":\\\"Page 2\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Principal's Welcome\\\\\\\"}\\\"},{\\\"id\\\":\\\"8f816062-5da6-0d57-6db9-9136445ea669\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Page 2\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"innerText\\\\\\\":\\\\\\\"‍\\\\\\\"}}\\\"},{\\\"id\\\":\\\"2102a209-5070-a63a-b506-9b44d5b312ce\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Page 2\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"3c9521d3-a4de-d1f5-f83d-675860982dc7\\\",\\\"label\\\":\\\"Link\\\",\\\"group\\\":\\\"Page 2\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"to\\\\\\\":{\\\\\\\"pageId\\\\\\\":\\\\\\\"6a2b90528a59c82b1ea41f40\\\\\\\"}}}\\\"},{\\\"id\\\":\\\"1c74cd15-41f7-081c-b066-add91aa9df1d\\\",\\\"label\\\":\\\"Subtitle\\\",\\\"group\\\":\\\"Page 3\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"About Us\\\\\\\"}\\\"},{\\\"id\\\":\\\"92840734-7808-e6cd-5632-7a1566c0594a\\\",\\\"label\\\":\\\"Title\\\",\\\"group\\\":\\\"Page 3\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Our Policies\\\\\\\"}\\\"},{\\\"id\\\":\\\"c84aab33-f724-b16b-2d9c-2bc080f01083\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Page 3\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"innerText\\\\\\\":\\\\\\\"‍\\\\\\\"}}\\\"},{\\\"id\\\":\\\"7b3f667a-24b1-3e4a-7faa-f3b8d8234123\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Page 3\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"ca52f050-df3d-a89d-8c06-5b06f68fe352\\\",\\\"label\\\":\\\"Link\\\",\\\"group\\\":\\\"Page 3\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"page\\\\\\\",\\\\\\\"to\\\\\\\":{\\\\\\\"pageId\\\\\\\":\\\\\\\"6a2b904caada4c776865154b\\\\\\\"}}}\\\"},{\\\"id\\\":\\\"271ab6bd-d110-5e2c-609e-de032ba7ee88\\\",\\\"label\\\":\\\"Top Padding\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"902bf07c-bb11-9f9b-4aac-8939292ac4ae\\\",\\\"label\\\":\\\"Bottom Padding\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"}]},{\\\"order\\\":14,\\\"path\\\":\\\"root.0.3\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Footer\\\",\\\"propLabels\\\":[],\\\"nonEmpty\\\":[]}]\"},{\"target\":\"Our People\",\"status\":\"inspected\",\"page\":{\"id\":\"6a2b903289294179fd567656\",\"name\":\"Our People\",\"publishPath\":\"/about-us/our-people\",\"type\":\"Page\",\"title\":\"Our People\"},\"summary\":{\"Globals\":1,\"Section / Navbar\":1,\"Section / Hero\":1,\"Section / Footer\":1},\"rowsJson\":\"[{\\\"order\\\":1,\\\"path\\\":\\\"root.0.0\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Globals\\\",\\\"propLabels\\\":[\\\"Show grid\\\",\\\"Highlight empty links\\\",\\\"Show attribute markers\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"01c46e30-6efc-7d2e-bd84-c054d19d3d4d\\\",\\\"label\\\":\\\"Show grid\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"},{\\\"id\\\":\\\"acd34ff1-4933-24b2-0bd3-8edc99e4481d\\\",\\\"label\\\":\\\"Highlight empty links\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"9ab12f2d-dbac-5340-1110-38a97361ab5a\\\",\\\"label\\\":\\\"Show attribute markers\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"}]},{\\\"order\\\":2,\\\"path\\\":\\\"root.0.1\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Navbar\\\",\\\"propLabels\\\":[\\\"Type\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"59f4ade1-2254-2ff2-1bfc-d235e33e8370\\\",\\\"label\\\":\\\"Type\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"}]},{\\\"order\\\":3,\\\"path\\\":\\\"root.0.2.0\\\",\\\"depth\\\":3,\\\"component\\\":\\\"Section / Hero\\\",\\\"propLabels\\\":[\\\"Section Controls/id\\\",\\\"Section Controls/Variant\\\",\\\"Content/Heading\\\",\\\"Content/Paragraph\\\",\\\"Text/Heading Size\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/Image focal point Y\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"37086d50-f5fb-18c5-3fc2-1fbdd10acfcf\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"16361558-976f-e341-e91f-e882f6911b55\\\",\\\"label\\\":\\\"Variant\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"c85520c8-dad1-33bb-f385-9180dc505c8f\\\\\\\"}\\\"},{\\\"id\\\":\\\"b0196384-7a72-94eb-58c6-7c5842bb88d7\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"87989b8c-c6c1-6fb3-a00b-ded2248c7458\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"e1605938-0b43-2556-6c54-32c99e351067\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Text\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"462489e7-da6e-851f-acce-dae4e8ff7012\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"85d8ebce-c505-4d99-3b73-0f4cb7ca25d1\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"8c43faee-e616-ed77-aa7f-957157f187ef\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"8b9c4b7f-6192-a33a-59cb-d12f13e1f963\\\",\\\"label\\\":\\\"Image focal point Y\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":5}\\\"}]},{\\\"order\\\":4,\\\"path\\\":\\\"root.0.3\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Footer\\\",\\\"propLabels\\\":[],\\\"nonEmpty\\\":[]}]\"},{\"target\":\"School Board\",\"status\":\"inspected\",\"page\":{\"id\":\"6a2b90409ac2f30086e310ff\",\"name\":\"School Board\",\"publishPath\":\"/about-us/our-people/school-board\",\"type\":\"Page\",\"title\":\"School Board\"},\"summary\":{\"Globals\":1,\"Section / Navbar\":1,\"Section / Hero\":1,\"Section / Footer\":1},\"rowsJson\":\"[{\\\"order\\\":1,\\\"path\\\":\\\"root.0.0\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Globals\\\",\\\"propLabels\\\":[\\\"Show grid\\\",\\\"Highlight empty links\\\",\\\"Show attribute markers\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"01c46e30-6efc-7d2e-bd84-c054d19d3d4d\\\",\\\"label\\\":\\\"Show grid\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"},{\\\"id\\\":\\\"acd34ff1-4933-24b2-0bd3-8edc99e4481d\\\",\\\"label\\\":\\\"Highlight empty links\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"9ab12f2d-dbac-5340-1110-38a97361ab5a\\\",\\\"label\\\":\\\"Show attribute markers\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"}]},{\\\"order\\\":2,\\\"path\\\":\\\"root.0.1\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Navbar\\\",\\\"propLabels\\\":[\\\"Type\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"59f4ade1-2254-2ff2-1bfc-d235e33e8370\\\",\\\"label\\\":\\\"Type\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"}]},{\\\"order\\\":3,\\\"path\\\":\\\"root.0.2.0\\\",\\\"depth\\\":3,\\\"component\\\":\\\"Section / Hero\\\",\\\"propLabels\\\":[\\\"Section Controls/id\\\",\\\"Section Controls/Variant\\\",\\\"Content/Heading\\\",\\\"Content/Paragraph\\\",\\\"Text/Heading Size\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/Image focal point Y\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"37086d50-f5fb-18c5-3fc2-1fbdd10acfcf\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"16361558-976f-e341-e91f-e882f6911b55\\\",\\\"label\\\":\\\"Variant\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"c85520c8-dad1-33bb-f385-9180dc505c8f\\\\\\\"}\\\"},{\\\"id\\\":\\\"b0196384-7a72-94eb-58c6-7c5842bb88d7\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"87989b8c-c6c1-6fb3-a00b-ded2248c7458\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"e1605938-0b43-2556-6c54-32c99e351067\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Text\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"462489e7-da6e-851f-acce-dae4e8ff7012\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"85d8ebce-c505-4d99-3b73-0f4cb7ca25d1\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"8c43faee-e616-ed77-aa7f-957157f187ef\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"8b9c4b7f-6192-a33a-59cb-d12f13e1f963\\\",\\\"label\\\":\\\"Image focal point Y\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":5}\\\"}]},{\\\"order\\\":4,\\\"path\\\":\\\"root.0.3\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Footer\\\",\\\"propLabels\\\":[],\\\"nonEmpty\\\":[]}]\"},{\"target\":\"Senior Executive\",\"status\":\"inspected\",\"page\":{\"id\":\"6a2b9046d9aa9b69fe9dd02a\",\"name\":\"Senior Executive\",\"publishPath\":\"/about-us/our-people/senior-executive\",\"type\":\"Page\",\"title\":\"Senior Executive\"},\"summary\":{\"Globals\":1,\"Section / Navbar\":1,\"Section / Hero\":1,\"Section / Footer\":1},\"rowsJson\":\"[{\\\"order\\\":1,\\\"path\\\":\\\"root.0.0\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Globals\\\",\\\"propLabels\\\":[\\\"Show grid\\\",\\\"Highlight empty links\\\",\\\"Show attribute markers\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"01c46e30-6efc-7d2e-bd84-c054d19d3d4d\\\",\\\"label\\\":\\\"Show grid\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"},{\\\"id\\\":\\\"acd34ff1-4933-24b2-0bd3-8edc99e4481d\\\",\\\"label\\\":\\\"Highlight empty links\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"9ab12f2d-dbac-5340-1110-38a97361ab5a\\\",\\\"label\\\":\\\"Show attribute markers\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"}]},{\\\"order\\\":2,\\\"path\\\":\\\"root.0.1\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Navbar\\\",\\\"propLabels\\\":[\\\"Type\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"59f4ade1-2254-2ff2-1bfc-d235e33e8370\\\",\\\"label\\\":\\\"Type\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"}]},{\\\"order\\\":3,\\\"path\\\":\\\"root.0.2.0\\\",\\\"depth\\\":3,\\\"component\\\":\\\"Section / Hero\\\",\\\"propLabels\\\":[\\\"Section Controls/id\\\",\\\"Section Controls/Variant\\\",\\\"Content/Heading\\\",\\\"Content/Paragraph\\\",\\\"Text/Heading Size\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/Image focal point Y\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"37086d50-f5fb-18c5-3fc2-1fbdd10acfcf\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"16361558-976f-e341-e91f-e882f6911b55\\\",\\\"label\\\":\\\"Variant\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"c85520c8-dad1-33bb-f385-9180dc505c8f\\\\\\\"}\\\"},{\\\"id\\\":\\\"b0196384-7a72-94eb-58c6-7c5842bb88d7\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"87989b8c-c6c1-6fb3-a00b-ded2248c7458\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"e1605938-0b43-2556-6c54-32c99e351067\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Text\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"462489e7-da6e-851f-acce-dae4e8ff7012\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"85d8ebce-c505-4d99-3b73-0f4cb7ca25d1\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"8c43faee-e616-ed77-aa7f-957157f187ef\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"8b9c4b7f-6192-a33a-59cb-d12f13e1f963\\\",\\\"label\\\":\\\"Image focal point Y\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":5}\\\"}]},{\\\"order\\\":4,\\\"path\\\":\\\"root.0.3\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Footer\\\",\\\"propLabels\\\":[],\\\"nonEmpty\\\":[]}]\"},{\"target\":\"Employment\",\"status\":\"inspected\",\"page\":{\"id\":\"6a2b903b944f448e28b408c3\",\"name\":\"Employment\",\"publishPath\":\"/about-us/our-people/employment\",\"type\":\"Page\",\"title\":\"Employment\"},\"summary\":{\"Globals\":1,\"Section / Navbar\":1,\"Section / Hero\":1,\"Section / Footer\":1},\"rowsJson\":\"[{\\\"order\\\":1,\\\"path\\\":\\\"root.0.0\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Globals\\\",\\\"propLabels\\\":[\\\"Show grid\\\",\\\"Highlight empty links\\\",\\\"Show attribute markers\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"01c46e30-6efc-7d2e-bd84-c054d19d3d4d\\\",\\\"label\\\":\\\"Show grid\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"},{\\\"id\\\":\\\"acd34ff1-4933-24b2-0bd3-8edc99e4481d\\\",\\\"label\\\":\\\"Highlight empty links\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"9ab12f2d-dbac-5340-1110-38a97361ab5a\\\",\\\"label\\\":\\\"Show attribute markers\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"}]},{\\\"order\\\":2,\\\"path\\\":\\\"root.0.1\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Navbar\\\",\\\"propLabels\\\":[\\\"Type\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"59f4ade1-2254-2ff2-1bfc-d235e33e8370\\\",\\\"label\\\":\\\"Type\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"}]},{\\\"order\\\":3,\\\"path\\\":\\\"root.0.2.0\\\",\\\"depth\\\":3,\\\"component\\\":\\\"Section / Hero\\\",\\\"propLabels\\\":[\\\"Section Controls/id\\\",\\\"Section Controls/Variant\\\",\\\"Content/Heading\\\",\\\"Content/Paragraph\\\",\\\"Text/Heading Size\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/Image focal point Y\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"37086d50-f5fb-18c5-3fc2-1fbdd10acfcf\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"16361558-976f-e341-e91f-e882f6911b55\\\",\\\"label\\\":\\\"Variant\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"c85520c8-dad1-33bb-f385-9180dc505c8f\\\\\\\"}\\\"},{\\\"id\\\":\\\"b0196384-7a72-94eb-58c6-7c5842bb88d7\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"87989b8c-c6c1-6fb3-a00b-ded2248c7458\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"e1605938-0b43-2556-6c54-32c99e351067\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Text\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"462489e7-da6e-851f-acce-dae4e8ff7012\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"85d8ebce-c505-4d99-3b73-0f4cb7ca25d1\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"8c43faee-e616-ed77-aa7f-957157f187ef\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"8b9c4b7f-6192-a33a-59cb-d12f13e1f963\\\",\\\"label\\\":\\\"Image focal point Y\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":5}\\\"}]},{\\\"order\\\":4,\\\"path\\\":\\\"root.0.3\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Footer\\\",\\\"propLabels\\\":[],\\\"nonEmpty\\\":[]}]\"},{\"target\":\"Our Policies\",\"status\":\"inspected\",\"page\":{\"id\":\"6a2b904caada4c776865154b\",\"name\":\"Our Policies\",\"publishPath\":\"/about-us/our-policies\",\"type\":\"Page\",\"title\":\"Our Policies\"},\"summary\":{\"Globals\":1,\"Section / Navbar\":1,\"Section / Hero\":1,\"Section / Footer\":1},\"rowsJson\":\"[{\\\"order\\\":1,\\\"path\\\":\\\"root.0.0\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Globals\\\",\\\"propLabels\\\":[\\\"Show grid\\\",\\\"Highlight empty links\\\",\\\"Show attribute markers\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"01c46e30-6efc-7d2e-bd84-c054d19d3d4d\\\",\\\"label\\\":\\\"Show grid\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"},{\\\"id\\\":\\\"acd34ff1-4933-24b2-0bd3-8edc99e4481d\\\",\\\"label\\\":\\\"Highlight empty links\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"},{\\\"id\\\":\\\"9ab12f2d-dbac-5340-1110-38a97361ab5a\\\",\\\"label\\\":\\\"Show attribute markers\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":true}\\\"}]},{\\\"order\\\":2,\\\"path\\\":\\\"root.0.1\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Navbar\\\",\\\"propLabels\\\":[\\\"Type\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"59f4ade1-2254-2ff2-1bfc-d235e33e8370\\\",\\\"label\\\":\\\"Type\\\",\\\"group\\\":\\\"\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":false}\\\"}]},{\\\"order\\\":3,\\\"path\\\":\\\"root.0.2.0.0\\\",\\\"depth\\\":4,\\\"component\\\":\\\"Section / Hero\\\",\\\"propLabels\\\":[\\\"Section Controls/id\\\",\\\"Section Controls/Variant\\\",\\\"Content/Heading\\\",\\\"Content/Paragraph\\\",\\\"Text/Heading Size\\\",\\\"Button/Primary Button Text\\\",\\\"Button/Primary Button Link\\\",\\\"Visual/Image\\\",\\\"Visual/Image focal point Y\\\"],\\\"nonEmpty\\\":[{\\\"id\\\":\\\"37086d50-f5fb-18c5-3fc2-1fbdd10acfcf\\\",\\\"label\\\":\\\"id\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"\\\\\\\"}\\\"},{\\\"id\\\":\\\"16361558-976f-e341-e91f-e882f6911b55\\\",\\\"label\\\":\\\"Variant\\\",\\\"group\\\":\\\"Section Controls\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"c85520c8-dad1-33bb-f385-9180dc505c8f\\\\\\\"}\\\"},{\\\"id\\\":\\\"b0196384-7a72-94eb-58c6-7c5842bb88d7\\\",\\\"label\\\":\\\"Heading\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"87989b8c-c6c1-6fb3-a00b-ded2248c7458\\\",\\\"label\\\":\\\"Paragraph\\\",\\\"group\\\":\\\"Content\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"e1605938-0b43-2556-6c54-32c99e351067\\\",\\\"label\\\":\\\"Heading Size\\\",\\\"group\\\":\\\"Text\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"base\\\\\\\"}\\\"},{\\\"id\\\":\\\"462489e7-da6e-851f-acce-dae4e8ff7012\\\",\\\"label\\\":\\\"Primary Button Text\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Button\\\\\\\"}\\\"},{\\\"id\\\":\\\"85d8ebce-c505-4d99-3b73-0f4cb7ca25d1\\\",\\\"label\\\":\\\"Primary Button Link\\\",\\\"group\\\":\\\"Button\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":{\\\\\\\"mode\\\\\\\":\\\\\\\"url\\\\\\\",\\\\\\\"to\\\\\\\":\\\\\\\"#\\\\\\\"}}\\\"},{\\\"id\\\":\\\"8c43faee-e616-ed77-aa7f-957157f187ef\\\",\\\"label\\\":\\\"Image\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":null}\\\"},{\\\"id\\\":\\\"8b9c4b7f-6192-a33a-59cb-d12f13e1f963\\\",\\\"label\\\":\\\"Image focal point Y\\\",\\\"group\\\":\\\"Visual\\\",\\\"value\\\":\\\"{\\\\\\\"sourceType\\\\\\\":\\\\\\\"static\\\\\\\",\\\\\\\"value\\\\\\\":5}\\\"}]},{\\\"order\\\":4,\\\"path\\\":\\\"root.0.3\\\",\\\"depth\\\":2,\\\"component\\\":\\\"Section / Footer\\\",\\\"propLabels\\\":[],\\\"nonEmpty\\\":[]}]\"}]","objectType":"Object"}}],"processSuggestions":[],"receivedAt":"2026-06-22T00:37:46.290Z"}}