Skip to content

Commit

Permalink
Merge pull request #114 from samuelveigarangel/issue-111
Browse files Browse the repository at this point in the history
Adiciona o campo href em RelatedArticle
  • Loading branch information
robertatakenaka authored Nov 22, 2024
2 parents 577283b + 0e39fec commit e68b78e
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 e68b78e

Please sign in to comment.