{
    "type": "object",
    "properties": {
        "active": {
            "type": "boolean"
        },
        "createdAt": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "meta": {
            "type": "object",
            "properties": {
                "templateCredsSetupCompleted": {
                    "type": "boolean"
                }
            }
        },
        "name": {
            "type": "string"
        },
        "nodes": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "parameters": {
                        "type": "object",
                        "properties": {
                            "assignments": {
                                "type": "object",
                                "properties": {
                                    "assignments": {
                                        "type": "array",
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": "string"
                                                },
                                                "name": {
                                                    "type": "string"
                                                },
                                                "type": {
                                                    "type": "string"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "authentication": {
                                "type": "string"
                            },
                            "jsCode": {
                                "type": "string"
                            },
                            "operation": {
                                "type": "string"
                            },
                            "path": {
                                "type": "string"
                            },
                            "url": {
                                "type": "string"
                            }
                        }
                    },
                    "type": {
                        "type": "string"
                    },
                    "webhookId": {
                        "type": "string"
                    }
                }
            }
        },
        "settings": {
            "type": "object",
            "properties": {
                "executionOrder": {
                    "type": "string"
                }
            }
        },
        "tags": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "createdAt": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "updatedAt": {
                        "type": "string"
                    }
                }
            }
        },
        "triggerCount": {
            "type": "integer"
        },
        "updatedAt": {
            "type": "string"
        }
    },
    "version": 1
}
