diff --git a/dandischema/models.py b/dandischema/models.py index 31839bcd..fbd84591 100644 --- a/dandischema/models.py +++ b/dandischema/models.py @@ -611,7 +611,7 @@ class AccessRequirements(DandiBaseModel): embargoedUntil: Optional[date] = Field( None, title="Embargo end date", - description="Date on which embargo ends.", + description="Date on which embargo ends or ended.", readOnly=True, nskey="dandi", rangeIncludes="schema:Date",