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