Add Poster url and Add pandas
This commit is contained in:
@@ -21,6 +21,9 @@ class Movie(BaseModel):
|
||||
release_date: datetime = Field(
|
||||
description="Release date of the movie", examples=["2022-11-05"]
|
||||
)
|
||||
poster_url: str = Field(
|
||||
description="Poster URL of the movie", examples=["https://..."]
|
||||
)
|
||||
showtime: datetime = Field(
|
||||
description="Showtime of the movie", examples=["2024-12-01"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user