fixed queryer relation issues
This commit is contained in:
@ -123,7 +123,7 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "INVALID_TYPE",
|
||||
"path": "primitives/1"
|
||||
"details": { "path": "primitives/1" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -147,7 +147,7 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "REQUIRED_FIELD_MISSING",
|
||||
"path": "ad_hoc_objects/1/name"
|
||||
"details": { "path": "ad_hoc_objects/1/name" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -173,7 +173,7 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "MINIMUM_VIOLATED",
|
||||
"path": "entities/entity-beta/value"
|
||||
"details": { "path": "entities/entity-beta/value" }
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -204,7 +204,7 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "INVALID_TYPE",
|
||||
"path": "deep_entities/parent-omega/nested/child-beta/flag"
|
||||
"details": { "path": "deep_entities/parent-omega/nested/child-beta/flag" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user