Skip to main content

RuleCheckExecution_Preview

**Experimental** Represents the execution of rule checks against a design.

type RuleCheckExecution_Preview {
designId: ID!
revisionId: String
status: RuleCheckExecutionStatus_Preview!
violations: [RuleViolation_Preview!]
}

Fields

RuleCheckExecution_Preview.designId ● ID! non-null scalar

**Experimental** The identifier of the design being checked.

RuleCheckExecution_Preview.revisionId ● String scalar

**Experimental** The design revision identifier, if associated with the check.

RuleCheckExecution_Preview.status ● RuleCheckExecutionStatus_Preview! non-null enum

**Experimental** The current status of the rule check execution.

RuleCheckExecution_Preview.violations ● [RuleViolation_Preview!] list object

**Experimental** The list of violations found during execution, if completed.