Skip to content

Commit 35c14c2

Browse files
committed
fix(specs): Add Contest Parameters to System Parameters cluster in defs.cue
- Add Contest Parameters to System Parameters docs array - Update comment to reflect that Contest Parameters are included - Aligns CUE definition with signed_doc.json specification - Fixes inconsistency where JSON included Contest Parameters but CUE excluded it
1 parent 9f080c3 commit 35c14c2

File tree

1 file changed

+2
-1
lines changed
  • specs/definitions/signed_doc_types

1 file changed

+2
-1
lines changed

specs/definitions/signed_doc_types/defs.cue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ allDocNames: [...#docName] & [
3838
#DocClusters: [string]: #DocumentCluster
3939

4040
doc_clusters: #DocClusters & {
41-
// System parameters define the system, excludes Contests.
41+
// System parameters define the system hierarchy.
4242
"System Parameters": {
4343
docs: [
4444
"Brand Parameters",
4545
"Campaign Parameters",
4646
"Category Parameters",
47+
"Contest Parameters",
4748
]
4849
}
4950
}

0 commit comments

Comments
 (0)