Azure Logic Apps · JSON Structure

Azure Logic Apps As2 One Way Agreement Structure

The integration account AS2 one-way agreement.

Type: object Properties: 3 Required: 3
AzureIntegrationiPaaSWorkflows

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

Properties

protocolSettings receiverBusinessIdentity senderBusinessIdentity

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-one-way-agreement-structure.json",
  "description": "The integration account AS2 one-way agreement.",
  "type": "object",
  "properties": {
    "protocolSettings": {
      "$ref": "#/definitions/AS2ProtocolSettings",
      "description": "The AS2 protocol settings."
    },
    "receiverBusinessIdentity": {
      "$ref": "#/definitions/BusinessIdentity",
      "description": "The receiver business identity"
    },
    "senderBusinessIdentity": {
      "$ref": "#/definitions/BusinessIdentity",
      "description": "The sender business identity"
    }
  },
  "required": [
    "senderBusinessIdentity",
    "receiverBusinessIdentity",
    "protocolSettings"
  ],
  "name": "AS2OneWayAgreement"
}