Modeling Common Contract Patterns
Use this page as a quick jump list when you know the kind of contract you need and want the closest matching example.
All examples stay on the stable authored DSL:
define<'T>
|> construct ctor
|> field ...
|> build
Common Patterns
Recommended learning order:
- How To Model A Basic Record
- How To Model A Nested Record
- How To Model A Validated Wrapper
- How To Model A Versioned Contract
Quick jump list:
- How To Model A Basic Record
- How To Model A Nested Record
- How To Model A Validated Wrapper
- How To Model A Versioned Contract
CodecMapper