File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments