Skip to content

Commit

Permalink
fix: add path to children of work_type facet
Browse files Browse the repository at this point in the history
resolves #265
  • Loading branch information
sennierer committed Dec 4, 2024
1 parent 6bf3c98 commit 5febcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def get_paginated_response_schema(self, schema):
"children": {
"type": "array",
"items": {
"$ref": "#",
"$ref": "#/components/schemas/PaginatedWorkPreviewList/properties/facets/properties/work_type",
},
},
},
Expand Down

0 comments on commit 5febcf9

Please sign in to comment.