Skip to content

Commit

Permalink
Adiciona o campo href em RelatedArticle
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelveigarangel committed Nov 22, 2024
1 parent 00f1dce commit 0e39fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opac_schema/v1/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class RelatedArticle(EmbeddedDocument):
ref_id = StringField()
doi = StringField()
related_type = StringField()
href = StringField()

meta = {
'collection': 'related_articles'
Expand Down

0 comments on commit 0e39fec

Please sign in to comment.