{
    "type": "object",
    "properties": {
        "active": {
            "type": "boolean"
        },
        "createdAt": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "name": {
            "type": "string"
        },
        "nodes": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "parameters": {
                        "type": "object",
                        "properties": {
                            "resource": {
                                "type": "string"
                            }
                        }
                    },
                    "position": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "type": {
                        "type": "string"
                    }
                }
            }
        },
        "settings": {
            "type": "object",
            "properties": {
                "executionOrder": {
                    "type": "string"
                }
            }
        },
        "triggerCount": {
            "type": "integer"
        },
        "updatedAt": {
            "type": "string"
        },
        "versionId": {
            "type": "string"
        }
    },
    "version": 1
}
