I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links into the response via the to_representation method.
I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
The innovative -----yummy recipes app----- is an application that -----allows users to create, save and share ----- meeting the needs of -----keeping track of awesome food recipes-----.
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like
_linksinto the response via theto_representationmethod.I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
I imagine I could inspect my seri