You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #7603 on March 03, 2021 14:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emojireacted with thumbs down emojireacted with laugh emojireacted with hooray emojireacted with confused emojireacted with heart emojireacted with rocket emojireacted with eyes emoji
-
I have an endpoint that returns a list of IDs and I want to produce the following schema:
To achieve this I created a simple
FieldSerializer
and modified
get_componetns
andget_responses
ofAutoSchema
to processBaseSerializers
instead of onlySerializers
.Don't know if this is the best approach... Comments are welcomed.
Beta Was this translation helpful? Give feedback.
All reactions