Azure Logic Apps · JSON Structure

Azure Logic Apps As2 Error Settings Structure

The AS2 agreement error settings.

Type: object Properties: 2 Required: 2
AzureIntegrationiPaaSWorkflows

AS2ErrorSettings is a JSON Structure definition published by Azure Logic Apps, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resendIfMDNNotReceived suspendDuplicateMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-logic-apps/refs/heads/main/json-structure/azure-logic-apps-as2-error-settings-structure.json",
  "description": "The AS2 agreement error settings.",
  "type": "object",
  "properties": {
    "resendIfMDNNotReceived": {
      "description": "The value indicating whether to resend message If MDN is not received.",
      "type": "boolean"
    },
    "suspendDuplicateMessage": {
      "description": "The value indicating whether to suspend duplicate message.",
      "type": "boolean"
    }
  },
  "required": [
    "suspendDuplicateMessage",
    "resendIfMDNNotReceived"
  ],
  "name": "AS2ErrorSettings"
}