Skip to main content

StepExecutionAnswerChoiceSubQuestionAnswerMappedIssueIssue

categorystringnullable

Category of the mapped issue

Example: Emergency Exit
codestringnullable

Code of the mapped issue

idstringnullable

Unique identifier of the mapped issue in the question

Example: 1a
sectionstringnullable

Section of the mapped issue

severitystringnullable

Severity of the mapped issue

Example: Major
textstringnullable

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"
}