|
48 | 48 | FULL_MESSAGE, |
49 | 49 | [ |
50 | 50 | '__root' => 'These rules must pass for `[["manufacturer": "Honda", "model": "Accord"], ["manufacturer": "Toyota", "model": "Rav4"], ["manufacturer": "Fo ... ]`', |
51 | | - 'each' => [ |
| 51 | + '__each' => [ |
52 | 52 | '__root' => 'Each item in `[["manufacturer": "Honda", "model": "Accord"], ["manufacturer": "Toyota", "model": "Rav4"], ["manufacturer": "Fo ... ]` must be valid', |
53 | 53 | 2 => [ |
54 | 54 | '__root' => 'Only one of these rules must pass for `["manufacturer": "Ford", "model": "not real"]`', |
55 | | - 'allOf.1' => [ |
| 55 | + '__allOf.1' => [ |
56 | 56 | '__root' => 'All the required rules must pass for `["manufacturer": "Ford", "model": "not real"]`', |
57 | 57 | 'manufacturer' => 'manufacturer must be equal to "Honda"', |
58 | 58 | 'model' => 'model must be in `["Accord", "Fit"]`', |
59 | 59 | ], |
60 | | - 'allOf.2' => [ |
| 60 | + '__allOf.2' => [ |
61 | 61 | '__root' => 'All the required rules must pass for `["manufacturer": "Ford", "model": "not real"]`', |
62 | 62 | 'manufacturer' => 'manufacturer must be equal to "Toyota"', |
63 | 63 | 'model' => 'model must be in `["Rav4", "Camry"]`', |
64 | 64 | ], |
65 | | - 'allOf.3' => [ |
| 65 | + '__allOf.3' => [ |
66 | 66 | '__root' => 'These rules must pass for `["manufacturer": "Ford", "model": "not real"]`', |
67 | 67 | 'model' => 'model must be in `["F150", "Bronco"]`', |
68 | 68 | ], |
69 | 69 | ], |
70 | 70 | 3 => [ |
71 | 71 | '__root' => 'Only one of these rules must pass for `["manufacturer": "Honda", "model": "not valid"]`', |
72 | | - 'allOf.1' => [ |
| 72 | + '__allOf.1' => [ |
73 | 73 | '__root' => 'These rules must pass for `["manufacturer": "Honda", "model": "not valid"]`', |
74 | 74 | 'model' => 'model must be in `["Accord", "Fit"]`', |
75 | 75 | ], |
76 | | - 'allOf.2' => [ |
| 76 | + '__allOf.2' => [ |
77 | 77 | '__root' => 'All the required rules must pass for `["manufacturer": "Honda", "model": "not valid"]`', |
78 | 78 | 'manufacturer' => 'manufacturer must be equal to "Toyota"', |
79 | 79 | 'model' => 'model must be in `["Rav4", "Camry"]`', |
80 | 80 | ], |
81 | | - 'allOf.3' => [ |
| 81 | + '__allOf.3' => [ |
82 | 82 | '__root' => 'All the required rules must pass for `["manufacturer": "Honda", "model": "not valid"]`', |
83 | 83 | 'manufacturer' => 'manufacturer must be equal to "Ford"', |
84 | 84 | 'model' => 'model must be in `["F150", "Bronco"]`', |
|
0 commit comments