Skip to content

Commit

Permalink
Add embargo-until key
Browse files Browse the repository at this point in the history
  • Loading branch information
evouga authored and niemela committed Nov 24, 2024
1 parent a25ae3d commit 87daa5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/2023-07-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Key | Type
[source](#source) | String, a sequence, or a map as defined below | No |
[license](#license) | String | No | `unknown`
[rights_owner](#license) | String | See below | See below
[embargo-until](#problem-publication-embargo) | Date | No |
[limits](#limits) | Map with keys as defined below | No | See below
[keywords](#keywords) | Sequence of strings | No |
[languages](#languages) | String or sequence of strings | No | `all`
Expand Down Expand Up @@ -296,6 +297,12 @@ Value | Comments
Values other than `unknown` or `public domain` require `rights_owner` to have a value.
`rights_owner` defaults to `credits.authors`, if present, otherwise value of `source`.
### Problem Publication Embargo
The `embargo-until` key, if present, declares that the problem package should not be made publicly available (in problem archives, online judges, etc.) until a certain date and time.
The value of this key must be a calendar date, or date and time of day in UTC, in ISO-8601 extended format (`YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`).
The time defaults to the start of the day in UTC.
### Limits
Time, memory, and other limits to be imposed on submissions.
Expand Down

0 comments on commit 87daa5e

Please sign in to comment.