Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 370 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 370 Bytes

Examples

Here, we provide a few example usages of expedantic features, especially ones that are based on pydantic features.

  • discriminated_unions.py demonstrates the use of 'discriminated unions' feature of pydantic. This feature is handy when a field can be one of multiple composite types.