You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the docs mention, JObject should be outputting {"type":"object", "additionalProperties": true } instead I got an empty dictionary. Is there a workaround?
The text was updated successfully, but these errors were encountered:
ghostiek
changed the title
JsonSchema Generation doesn't process JObject? like in the docs
JsonSchema Generation doesn't process JObject? like it is stated in the docs
Apr 15, 2025
Here is the code I ran
Which generates the following
As the docs mention, JObject should be outputting
{"type":"object", "additionalProperties": true }
instead I got an empty dictionary. Is there a workaround?The text was updated successfully, but these errors were encountered: