v0.5.5: Serialization capabilities, Enum and SortedSet fields.
- Serialization capabilities so that a schema can be used both for validating input data as well as for returning output data.
Enum
field that can be used in Python 3.4+.SortedSet
field: a sorted, unique set of values represented as a list.