Type Alias MetricResponse

Score and configuration for a single Trust Score metric within an axis.

type MetricResponse = {
    id: MetricId;
    score?: GenericScore;
    weight: GenericWeight;
}
Index

Defines the metric of the axis in the Trust Score.

score?: GenericScore

Computed score for this metric [0, 100]. Omitted when metric is not applicable.

Defines the weight of the axis or metric in the Trust Score.