Azure Logic Apps · JSON Structure

Azure Logic Apps Agreement Content Structure

The integration account agreement content.

Type: object Properties: 3
AzureIntegrationiPaaSWorkflows

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

Properties

aS2 edifact x12

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-agreement-content-structure.json",
  "description": "The integration account agreement content.",
  "type": "object",
  "properties": {
    "aS2": {
      "$ref": "#/definitions/AS2AgreementContent",
      "description": "The AS2 agreement content."
    },
    "edifact": {
      "$ref": "#/definitions/EdifactAgreementContent",
      "description": "The EDIFACT agreement content."
    },
    "x12": {
      "$ref": "#/definitions/X12AgreementContent",
      "description": "The X12 agreement content."
    }
  },
  "name": "AgreementContent"
}