{ "$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" }