-
I noticed an issue with create/update methods where Model fields with `type: Object` that have empty strings are being removed unless you use the `nulls: true` param. For example:
```javascript
// m…
-
Using the following JSON, only 3 fields will show in the Tree View: OrderDate, IsSameDay, and DueDate. Nothing else shows. Is this not supported or am I doing something wrong?
> {
"Customer": …
-
If the object with `.singleInstance()` holds a nested container inside, the object will remain undeleted.
I wonder if the internal objects can no longer be deleted by a circular reference by shared p…
-
lodash pick allows nested picks: https://masteringjs.io/tutorials/lodash/pick
is this not supported in tidy?
-
[issue-1128-example-model.json](https://github.com/user-attachments/files/17749759/issue-1128-example-model.json)
**Describe the bug**:
In a model where there are multiple (wholly overlapping) tru…
-
## What are the steps to reproduce this issue?
**YAML Path**
```
'/api/tenants/{tenantId}':
get:
responses:
'200':
description: OK
content:
…
-
#2424 introduced storing of nested objects. The next step is to make filtering (and vectorization for modules) available for them.
-
### Description of the bug:
It appears that all fields in the structured-output are effectively marked as optional by this line: https://github.com/google-gemini/generative-ai-python/blob/b8772ed142…
-
### Bug description
If I have an object of type `Main`, and I create it with a nested array of objects `Foo`, and each `Foo` is being linked to a `Bar` object, the `Bar` objects are being added to `F…
-
### Expected behavior
Given the following records:
```java
public record ChildDto(String firstName) {}
public record ParentDto(String firstName, ChildDto child) {}
public record Child(String …