We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
litestar-org
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiya strangers,
I work a lot with schemas these days, and its in general a pain to generate good quality values for them. Polyfactory is a great option for this.
from referencing.jsonschema import DRAFT202012 class MySchemaFactory(SchemaFactory[DRAFT202012]): __schema__ = "schemas/my_schema.yaml"
None to my knowledge. Its possible not to use referencing for this, but this library is used in jsonschema as well. So I think its a good dependency.
referencing
jsonschema
Nope
The text was updated successfully, but these errors were encountered:
@adhtruong hi there. any chanec of implementing this for v3? would be very nice to have this.
Sorry, something went wrong.
Hey @Goldziher, I'll unlikley to find time to implement myself but happy to review PRs for this!
I want to focus on v3 and given it's new functionality imagine it'll be fine to be in new base factory so should be able to be on either side of v3
No branches or pull requests
Summary
Hiya strangers,
I work a lot with schemas these days, and its in general a pain to generate good quality values for them. Polyfactory is a great option for this.
Basic Example
Drawbacks and Impact
None to my knowledge. Its possible not to use
referencing
for this, but this library is used injsonschema
as well. So I think its a good dependency.Unresolved questions
Nope
The text was updated successfully, but these errors were encountered: