Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
aggregateValidationResults
Function aggregateValidationResults
aggregateValidationResults
(
results
:
ShieldValidationResult
[]
,
)
:
{
criticalCount
:
number
;
failedValidators
:
string
[]
;
highCount
:
number
;
passed
:
boolean
;
totalViolations
:
number
;
worstSeverity
:
"low"
|
"high"
|
"critical"
|
"medium"
|
"none"
;
}
Aggregate results to single pass/fail summary
Parameters
results
:
ShieldValidationResult
[]
Returns
{
criticalCount
:
number
;
failedValidators
:
string
[]
;
highCount
:
number
;
passed
:
boolean
;
totalViolations
:
number
;
worstSeverity
:
"low"
|
"high"
|
"critical"
|
"medium"
|
"none"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Aggregate results to single pass/fail summary