Commit 2d9ea0d
Remove simplify_nullable_unions - Google supports type: 'null' natively
The November 2025 announcement explicitly states that Google now supports
'type: null' in JSON schemas, so we don't need to convert anyOf with null
to the OpenAPI 3.0 'nullable: true' format.
Keep __init__ method for documentation purposes to explicitly note why
we're using the defaults (native support for $ref and type: null).
Addresses reviewer question: "Do we still need simplify_nullable_unions?
type: 'null' is now supported natively"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3e07326 commit 2d9ea0d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments