From 6103f42707b1af06449841ff2bceb68412c214e3 Mon Sep 17 00:00:00 2001 From: Allan Joseph Date: Mon, 15 Jun 2026 19:01:05 +0530 Subject: [PATCH 1/2] Simplify `customScoring` form field --- doc/specs/schemas/BroadcastRoundForm.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/specs/schemas/BroadcastRoundForm.yaml b/doc/specs/schemas/BroadcastRoundForm.yaml index 2e1e5625..aaa67cc4 100644 --- a/doc/specs/schemas/BroadcastRoundForm.yaml +++ b/doc/specs/schemas/BroadcastRoundForm.yaml @@ -177,14 +177,8 @@ 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" period: type: integer description: | From 3666cc42faa7cdcb97446b53443d77437e6fb749 Mon Sep 17 00:00:00 2001 From: Allan Joseph Date: Mon, 15 Jun 2026 19:01:41 +0530 Subject: [PATCH 2/2] Document `teamCustomScoring` --- doc/specs/schemas/BroadcastRoundForm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/specs/schemas/BroadcastRoundForm.yaml b/doc/specs/schemas/BroadcastRoundForm.yaml index aaa67cc4..7107bb43 100644 --- a/doc/specs/schemas/BroadcastRoundForm.yaml +++ b/doc/specs/schemas/BroadcastRoundForm.yaml @@ -179,6 +179,10 @@ allOf: description: "Whether the round is used when calculating players' rating changes." customScoring: $ref: "./BroadcastCustomScoring.yaml" + teamCustomScoring: + description: | + Scoring overrides for a team match win or draw. + $ref: "./BroadcastCustomPointsPerColor.yaml" period: type: integer description: |