{
    "type": "object",
    "properties": {
        "actionName": {
            "type": "string"
        },
        "errors": {
            "type": "null"
        },
        "invocationId": {
            "type": "null"
        },
        "isSuccess": {
            "type": "boolean"
        },
        "outputValues": {
            "type": "object",
            "properties": {
                "Flow__InterviewGuid": {
                    "type": "string"
                },
                "Flow__InterviewStatus": {
                    "type": "string"
                }
            },
            "required": [
                "Flow__InterviewGuid",
                "Flow__InterviewStatus"
            ]
        },
        "sortOrder": {
            "type": "integer"
        },
        "version": {
            "type": "integer"
        }
    },
    "required": [
        "actionName",
        "errors",
        "invocationId",
        "isSuccess",
        "outputValues",
        "sortOrder",
        "version"
    ],
    "version": 1
}
