Block a user
schemagen: cache non-object $defs entries to avoid duplicate types
schemagen emits duplicate enum/vector types when the same non-object $defs entry is referenced multiple times
fix schemagen integer parsing boundary bugs
schemagen integer parsing accepts out-of-range negatives and rejects valid positive boundary values
schemagen: drop support for additionalProperties: true
schemagen builder accepts duplicate unknown keys in non-strict objects
schemagen: reserve generated Root/Skip/RootScalar and avoid Kind/ArrN collisions
schemagen generated
Root alias and Kind enum can collide with user-defined names
schemagen: fix nullable root types (#13)
schemagen generates broken code for nullable root types