We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
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: