Skip to main content

RuleCheck

**Experimental** Represents a rule check definition.

type RuleCheck {
actualErrorReportLevel: String!
defaultErrorReportLevel: String!
description: String
id: ID!
name: String!
type: String!
}

Fields

RuleCheck.actualErrorReportLevel ● String! non-null scalar

**Experimental** The error level at which this rule check was actually executed. Defaults to the rule check's default level when the actual level is not known (e.g. legacy records). Known values: NO_REPORT, WARNING, ERROR, FATAL. New values may be added; clients must tolerate unknown values.

RuleCheck.defaultErrorReportLevel ● String! non-null scalar

**Experimental** The default error level at which violations are reported. Known values: NO_REPORT, WARNING, ERROR, FATAL. New values may be added; clients must tolerate unknown values.

RuleCheck.description ● String scalar

**Experimental** The description of the rule check.

RuleCheck.id ● ID! non-null scalar

**Experimental** The unique identifier of the rule check.

RuleCheck.name ● String! non-null scalar

**Experimental** The name of the rule check.

RuleCheck.type ● String! non-null scalar

**Experimental** The type of the rule check. Known values: ERC, DRC. New values may be added; clients must tolerate unknown values.