OneOfFormattingTemplate

OneOfFormattingTemplate
OneOfFormattingTemplate

Formatting template

OneOf
This class requires at least one of the following:
JSON Example
{
    "type": "string",
    "newAlertTemplate": {
        "endpoint": "string",
        "headers": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "method": "string",
        "payload": "string"
    },
    "updatedAlertTemplate": {
        "endpoint": "string",
        "headers": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "method": "string",
        "payload": "string"
    },
    "canceledAlertTemplate": {
        "endpoint": "string",
        "headers": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "method": "string",
        "payload": "string"
    },
    "actionTemplate": {
        "endpoint": "string",
        "headers": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "method": "string",
        "payload": "string"
    }
}