Type Alias SchemaRulesQuality

Quality assessment for a specific rule applied to a field.

type SchemaRulesQuality = {
    quality?: SchemaRuleQuality;
    ruleId?: string;
    ruleMappingId?: string;
}
Index

Detailed quality counts for a single rule.

ruleId?: string

The unique identifier of the rule.

ruleMappingId?: string

The unique identifier of the rule mapping.