Related endpoint does not return all of the necessary propertes #3403
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: api
Related to the Django API
Description
The related results are missing required properties such as
license_version
.Reproduction
license_version
: (https://api.openverse.engineering/v1/images/cf016656-2584-4f6e-827e-386d124a2d0a/ and https://api.openverse.engineering/v1/images/?q=Eastern%20Phoebe%20(Sayornis%20phoebe)%202022-04-28%20(2))null
forlicense_version
,height
,width
,attribution
,creator_url
when it's returned as a related result.Additional context
I guess the related endpoint does not get the search context.
The text was updated successfully, but these errors were encountered: