Skip to content

Commit

Permalink
Make problem_format_version required for 2023-07-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
niemela committed Apr 16, 2024
1 parent 3e8cd37 commit 6c4dc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/2023-07-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Any unknown keys should be treated as an error.

| Key | Type | Default | Comments
| ---------------------- | --------------------------------------------------------- | ------------------------------------------------------- | --------
| problem_format_version | String | `legacy` | Version of the Problem Package Format used for this package. If using this version of the Format, it must be the string `2023-07-draft`. The string will be in the form `<yyyy>-<mm>` for a stable version, `<yyyy>-<mm>-draft` or `draft` for a draft version, or `legacy` for the version before the addition of problem_format_version. Documentation for version `<version>` is available at `https://www.kattis.com/problem-package-format/spec/problem_package_format/<version>`.
| problem_format_version | String | | Required. Version of the Problem Package Format used for this package. If using this version of the Format, it must be the string `2023-07-draft`. The string will be in the form `<yyyy>-<mm>` for a stable version, `<yyyy>-<mm>-draft` or `draft` for a draft version, or `legacy` or `legacy-icpc` for the version before the addition of problem_format_version. Documentation for version `<version>` is available at `https://www.kattis.com/problem-package-format/spec/problem_package_format/<version>`.
| type | String or sequence of strings | `pass-fail` | Type of problem. Values must be from the ones [defined below](#type).
| name | String or map of strings | | Required. The name of the problem in each of the languages for which a problem statement exists. See below for details.
| uuid | String | | Required. UUID identifying the problem.
Expand Down

0 comments on commit 6c4dc47

Please sign in to comment.