Added
- Rest framework ``serializers.ChoiceField`` and ``serializers.MultipleChoiceField`` will now be represented as ``Enum`` types with enum values correctly reflected in the schema.
- Documentation for using Tags.
Fixed
- Fix bug where schema examples are not generated correctly.
- Fix bug where the request URL for the objects are generated with an incorrect prefix.