Skip to content

Commit

Permalink
Fix issue of additional "contentAuthors" property on ContentBase schema.
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Licastro <[email protected]>
  • Loading branch information
CheesyLaZanya committed Dec 4, 2024
1 parent 1d4cfb1 commit 2255484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/odr_core/odr_core/schemas/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ContentBase(BaseModel):
license_url: Optional[HttpUrl] = None
flags: int = 0
meta: Optional[dict] = None
contentAuthors: List[ContentAuthor] = []
content_authors: List[ContentAuthor] = []
sources: List[ContentSource] = []


Expand Down

0 comments on commit 2255484

Please sign in to comment.