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
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Strategies.objects will happily generated objects with baseProperty but properties from it's own schema (i.e. derivedProperty) will not be generated. This is because it chooses either the allOf or it's own schema for generation (i.e. for schema in schema.all_of or [schema]). This should be changed to include all_of and it's own schema.