{
    "tests": {
        "A_simple_set": {
            "pass": true,
            "changes": 2,
            "contract": {
                "create": [],
                "changes": [
                    {
                        "targetId": "a",
                        "path": "/cTextColor",
                        "value": "#111111"
                    },
                    {
                        "targetId": "b",
                        "path": "/cTextColor",
                        "value": "#111111"
                    }
                ],
                "delete": [],
                "structure": []
            }
        },
        "B_two_sets_two_objects": {
            "pass": true,
            "changes": 4,
            "contract": {
                "create": [],
                "changes": [
                    {
                        "targetId": "a",
                        "path": "/cBackgroundColor",
                        "value": "#222222"
                    },
                    {
                        "targetId": "a",
                        "path": "/cTextColor",
                        "value": "#333333"
                    },
                    {
                        "targetId": "b",
                        "path": "/cBackgroundColor",
                        "value": "#222222"
                    },
                    {
                        "targetId": "b",
                        "path": "/cTextColor",
                        "value": "#333333"
                    }
                ],
                "delete": [],
                "structure": []
            }
        },
        "C_duplicate_same_value": {
            "pass": true,
            "changes": 2,
            "contract": {
                "create": [],
                "changes": [
                    {
                        "targetId": "a",
                        "path": "/cTextColor",
                        "value": "#111111"
                    },
                    {
                        "targetId": "b",
                        "path": "/cTextColor",
                        "value": "#111111"
                    }
                ],
                "delete": [],
                "structure": []
            }
        },
        "D_duplicate_conflict": {
            "pass": true,
            "error": "set contiene valores contradictorios para la misma propiedad."
        },
        "E_without_where": {
            "pass": true,
            "changes": 2,
            "contract": {
                "create": [],
                "changes": [
                    {
                        "targetId": "a",
                        "path": "/cTextColor",
                        "value": "#111111"
                    },
                    {
                        "targetId": "b",
                        "path": "/cTextColor",
                        "value": "#111111"
                    }
                ],
                "delete": [],
                "structure": []
            }
        },
        "F_with_where": {
            "pass": true,
            "changes": 2,
            "contract": {
                "create": [],
                "changes": [
                    {
                        "targetId": "a",
                        "path": "/cTextColor",
                        "value": "#111111"
                    },
                    {
                        "targetId": "b",
                        "path": "/cTextColor",
                        "value": "#111111"
                    }
                ],
                "delete": [],
                "structure": []
            }
        },
        "G_over_200": {
            "pass": true,
            "error": "La intención supera 200 operaciones."
        }
    },
    "realChanges": 4,
    "realPaths": [
        "/cBackgroundColor",
        "/cTextColor",
        "/cBackgroundColor",
        "/cTextColor"
    ],
    "validatorAccepted": true,
    "applied": true,
    "appliedValues": [
        {
            "targetId": "cell_a0a7a38ff3",
            "property": "cBackgroundColor",
            "expected": "#FF0000",
            "actual": "#FF0000"
        },
        {
            "targetId": "cell_a0a7a38ff3",
            "property": "cTextColor",
            "expected": "#FFFF00",
            "actual": "#FFFF00"
        },
        {
            "targetId": "cell_522a753970",
            "property": "cBackgroundColor",
            "expected": "#FF0000",
            "actual": "#FF0000"
        },
        {
            "targetId": "cell_522a753970",
            "property": "cTextColor",
            "expected": "#FFFF00",
            "actual": "#FFFF00"
        }
    ],
    "appliedValuesMatch": true,
    "ollamaCalled": false
}