Azure Logic Apps · JSON Structure

Azure Logic Apps As2 Agreement Content Structure

The integration account AS2 agreement content.

Type: object Properties: 2 Required: 2
AzureIntegrationiPaaSWorkflows

AS2AgreementContent 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

receiveAgreement sendAgreement

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-agreement-content-structure.json",
  "description": "The integration account AS2 agreement content.",
  "type": "object",
  "properties": {
    "receiveAgreement": {
      "$ref": "#/definitions/AS2OneWayAgreement",
      "description": "The AS2 one-way receive agreement."
    },
    "sendAgreement": {
      "$ref": "#/definitions/AS2OneWayAgreement",
      "description": "The AS2 one-way send agreement."
    }
  },
  "required": [
    "receiveAgreement",
    "sendAgreement"
  ],
  "name": "AS2AgreementContent"
}