Dash Winterson

Results 14 comments of Dash Winterson

> what do you mean? not sure what right hand side means. sorry, to be more clear, the examples on the right hand side for redoc do not show details...

So we ended up figuring out a fairly decent solution to providing examples for a serializer class by using `build_basic_type` example ```python @extend_schema_field( dict( example=100, **build_basic_type(int), ) ) class CustomIntegerField(...):...

@legau what would it take to boot this back up?