StepExecutionIssue
category stringnullable
Category of the issue in the step execution
Example:
Electrical Safety
id stringnullable
Unique identifier of the issue in the step execution
Example:
123abc
severity stringnullable
Severity of the issue in the step execution
Example:
Major
sovePrinciple stringnullable
SOVE Principle
Example:
Safety
text stringnullable
Text describing the issue in the step execution
Example:
Safety measures of electrical panels are not in place
StepExecutionIssue
{
"category": "Electrical Safety",
"id": "123abc",
"severity": "Major",
"sovePrinciple": "Safety",
"text": "Safety measures of electrical panels are not in place"
}