{
  "description": "PATH PARITY source of truth. Marketing and fulfillment domains use identical directory paths. Legacy .html filenames redirect here.",
  "domains": {
    "marketing": "TODO_MARKETING_HOST",
    "fulfillment": "TODO_FULFILLMENT_HOST"
  },
  "paths": {
    "_example": {
      "vertical": "EXAMPLE_VERTICAL",
      "entries": [
        {
          "role": "sales",
          "path": "/DIAGNOSTIC_TOOL/",
          "legacy": ["/DIAGNOSTIC_TOOL.html", "/diagnostic-tool.html"],
          "step": 1
        },
        {
          "role": "core",
          "path": "/CORE_OFFER/",
          "legacy": ["/CORE_OFFER.html", "/core-offer.html"],
          "step": 2,
          "product_role": "main"
        },
        {
          "role": "core_checkout_bump",
          "path": "/CORE_OFFER/",
          "note": "bump offered on core checkout page",
          "step": 2,
          "product_role": "bump"
        },
        {
          "role": "oto1",
          "path": "/ASSIST_TOOL/",
          "legacy": ["/ASSIST_TOOL.html", "/assist-tool.html"],
          "step": 3,
          "product_role": "oto1"
        },
        {
          "role": "oto2",
          "path": "/case-study-VERTICAL/",
          "legacy": ["/case-study-VERTICAL.html"],
          "step": 4,
          "product_role": "oto2"
        },
        {
          "role": "thankyou_core",
          "path": "/CORE_OFFER/thank-you/",
          "legacy": ["/CORE_OFFER/thank-you.html", "/CORE_OFFER-thank-you.html"],
          "step": 5
        },
        {
          "role": "thankyou_oto2",
          "path": "/case-study-VERTICAL/thank-you/",
          "legacy": ["/case-study-VERTICAL/thank-you.html"],
          "step": 5
        }
      ]
    }
  },
  "excluded": {
    "drafts": "/drafts/",
    "note": "drafts/ never enters production index or mirror parity"
  }
}
