added limit 1 to arrays treated as a single value in schemas
This commit is contained in:
@ -62,8 +62,8 @@
|
||||
"code": "EDGE_MISSING",
|
||||
"values": {
|
||||
"parent_type": "org",
|
||||
"property_name": "missing_users",
|
||||
"child_type": "user"
|
||||
"child_type": "user",
|
||||
"property_name": "missing_users"
|
||||
},
|
||||
"details": {
|
||||
"path": "full.org/missing_users",
|
||||
@ -151,8 +151,8 @@
|
||||
{
|
||||
"code": "EDGE_MISSING",
|
||||
"values": {
|
||||
"child_type": "child",
|
||||
"parent_type": "parent",
|
||||
"child_type": "child",
|
||||
"property_name": "children"
|
||||
},
|
||||
"details": {
|
||||
@ -470,8 +470,8 @@
|
||||
{
|
||||
"code": "DATABASE_TYPE_PARSE_FAILED",
|
||||
"values": {
|
||||
"reason": "invalid type: sequence, expected a string",
|
||||
"type": "failure"
|
||||
"type": "failure",
|
||||
"reason": "invalid type: sequence, expected a string"
|
||||
},
|
||||
"details": {
|
||||
"context": "failure"
|
||||
|
||||
Reference in New Issue
Block a user