{
  "name": "Power Automate Flow Blueprint",
  "owner": "",
  "businessPurpose": "",
  "trigger": {
    "type": "manual | scheduled | automated",
    "source": "",
    "frequency": "",
    "notes": ""
  },
  "mainScope": [
    {
      "step": "Validate input",
      "connector": "",
      "successCriteria": ""
    },
    {
      "step": "Process data",
      "connector": "",
      "successCriteria": ""
    },
    {
      "step": "Notify result",
      "connector": "Teams | Outlook",
      "successCriteria": ""
    }
  ],
  "errorHandling": {
    "catchScopeRunAfter": ["failed", "timedOut", "skipped"],
    "notifyOwner": true,
    "logLocation": "",
    "retryPolicy": ""
  },
  "operations": {
    "environment": "",
    "connectionOwner": "",
    "monitoringChannel": "",
    "reviewCadence": "monthly"
  }
}
