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

@ -56,8 +56,12 @@
"errors": [
{
"code": "INVALID_TYPE",
"values": {
"expected": "string"
},
"details": {
"path": "base_prop"
"path": "base_prop",
"schema": "merge_0_0"
}
}
]
@ -127,8 +131,12 @@
"errors": [
{
"code": "REQUIRED_FIELD_MISSING",
"values": {
"field_name": "a"
},
"details": {
"path": "a"
"path": "a",
"schema": "merge_1_0"
}
}
]
@ -146,8 +154,12 @@
"errors": [
{
"code": "REQUIRED_FIELD_MISSING",
"values": {
"field_name": "b"
},
"details": {
"path": "b"
"path": "b",
"schema": "merge_1_0"
}
}
]
@ -226,8 +238,13 @@
"errors": [
{
"code": "DEPENDENCY_MISSING",
"values": {
"property_name": "trigger",
"required_property": "base_dep"
},
"details": {
"path": ""
"path": "",
"schema": "merge_2_0"
}
}
]
@ -246,8 +263,13 @@
"errors": [
{
"code": "DEPENDENCY_MISSING",
"values": {
"required_property": "child_dep",
"property_name": "trigger"
},
"details": {
"path": ""
"path": "",
"schema": "merge_2_0"
}
}
]