Skip to content

Commit

Permalink
optional startdate null
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Aug 15, 2024
1 parent ad47efb commit f97338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest_api/runtime/src/schema_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def check_extent(cls, v):


class TemporalExtent(BaseModel):
startdate: datetime
startdate: Union[datetime, None]
enddate: Union[datetime, None]

@root_validator
Expand Down

0 comments on commit f97338c

Please sign in to comment.