drop error improvements across the board for localization

This commit is contained in:
2026-06-23 17:47:19 -04:00
parent d77765cb61
commit b0377e076e
42 changed files with 8857 additions and 773 deletions

View File

@ -29,7 +29,19 @@
"schema_id": "pattern_0_0",
"action": "validate",
"expect": {
"success": false
"success": false,
"errors": [
{
"code": "PATTERN_VIOLATED",
"values": {
"pattern": "^a*$"
},
"details": {
"path": "",
"schema": "pattern_0_0"
}
}
]
}
},
{