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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Support top-level refs (e.g., schemas declared as {"$ref": "..."}. For these schemas, we'll ensure the referenced schema has a generated validator and type, but we won't generate any new code.
Correctly handle the case where an array specifies uniqueItems and has an item which is a $ref.
Breaking change: Codegen::build() no longer returns a file. Call getFile() on the Codegen object to get the generated file.