Skip to main content

StepExecutionAnswerChoiceSubQuestionAnswerMappedIssueIssue

category stringnullable

Category of the mapped issue

Example: Emergency Exit
code stringnullable

Code of the mapped issue

id stringnullable

Unique identifier of the mapped issue in the question

Example: 1a
section stringnullable

Section of the mapped issue

severity stringnullable

Severity of the mapped issue

Example: Major
text stringnullable

Text describing the mapped issue in the question

Example: Emergency exits are blocked
StepExecutionAnswerChoiceSubQuestionAnswerMappedIssueIssue
{
"category": "Emergency Exit",
"code": "string",
"id": "1a",
"section": "string",
"severity": "Major",
"text": "Emergency exits are blocked"
}