Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions doc/specs/schemas/BroadcastRoundForm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,12 @@ allOf:
type: boolean
default: true
description: "Whether the round is used when calculating players' rating changes."
customScoring.white.win:
$ref: "./BroadcastCustomPoints.yaml"
customScoring.white.draw:
$ref: "./BroadcastCustomPoints.yaml"
customScoring.black.win:
$ref: "./BroadcastCustomPoints.yaml"
customScoring.black.draw:
$ref: "./BroadcastCustomPoints.yaml"
customScoring:
$ref: "./BroadcastCustomScoring.yaml"
teamCustomScoring:
description: |
Scoring overrides for a team match win or draw.
$ref: "./BroadcastCustomPointsPerColor.yaml"
period:
type: integer
description: |
Expand Down