{
    "type": "object",
    "properties": {
        "name": {
            "type": "string"
        },
        "nodes": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "parameters": {
                        "type": "object",
                        "properties": {
                            "operation": {
                                "type": "string"
                            }
                        }
                    },
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "position": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "id"
                ]
            }
        },
        "active": {
            "type": "boolean"
        },
        "versionId": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "meta": {
            "type": "null"
        },
        "pinData": {
            "type": "null"
        },
        "createdAt": {
            "type": "string"
        },
        "updatedAt": {
            "type": "string"
        },
        "triggerCount": {
            "type": "integer"
        }
    },
    "version": 1
}
