Contest package#
This documentation goes over how each field (or group of fields) in contest.rbx.yml works.
Contest definition#
Schema: rbx.box.contest.schema.Contest
The only required field of a contest is its name.
A barebones package would look something like:
Contest problem#
Schema: List[ContestProblem]