Skip to content

Commit 8221cff

Browse files
committed
style: updates layer4 cue format
Signed-off-by: Jennifer Power <[email protected]>
1 parent 71f2aab commit 8221cff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

schemas/layer-4.cue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "time"
77
// EvaluationDocument defines how a set of Layer 2 controls are to be evaluated and the associated outcomes of the evaluation.
88
#EvaluationDocument: {
99
metadata: #Metadata
10-
plan?: #EvaluationPlan @go(Plan,optional=nillable)
10+
plan?: #EvaluationPlan @go(Plan,optional=nillable)
1111
logs?: [...#EvaluationLog]
1212
}
1313

@@ -21,8 +21,8 @@ import "time"
2121

2222
// Author contains the information about the entity that produced the evaluation document.
2323
#Author: {
24-
name: string
25-
uri?: string
24+
name: string
25+
uri?: string
2626
version?: string
2727
contact?: #Contact @go(Contact)
2828
}
@@ -82,8 +82,8 @@ import "time"
8282

8383
// ControlEvaluation contains the results of evaluating a single Layer 4 control.
8484
#ControlEvaluation: {
85-
name: string
86-
result: #Result
85+
name: string
86+
result: #Result
8787
message: string
8888
control: #Mapping
8989
"assessment-logs": [...#AssessmentLog] @go(AssessmentLogs,type=[]*AssessmentLog)
@@ -157,11 +157,11 @@ import "time"
157157

158158
// MappingReference references an external mapping document.
159159
#MappingReference: {
160-
id: string
161-
title: string
162-
version: string
160+
id: string
161+
title: string
162+
version: string
163163
description?: string
164-
url?: =~"^https?://[^\\s]+$"
164+
url?: =~"^https?://[^\\s]+$"
165165
}
166166

167167
#Mapping: {

0 commit comments

Comments
 (0)