fixed queryer relation issues

This commit is contained in:
2026-04-02 22:51:13 -04:00
parent 06f6a587de
commit 7876567ae7
9 changed files with 388 additions and 58 deletions

View File

@ -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" }
}
]
}