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