StepExecutionSchemaAssessmentExecution
ableToExecute boolean
Indicates whether the assessment of the report had been able to be executed
id stringnullable
Unique identifier of the assessment of the report
name stringnullable
Name of the assessment of the report
status stringnullable
Status of the assessment of the report
updatedDate date-timenullable
The updated date of the assessment of the report
workflow object
Information on the workflow used in the assessment
id stringnullable
Unique identifier of the workflow used in the assessment
standard object
Standard of the workflow used in the assessment
id stringnullable
Unique identifier
name stringnullable
Name
StepExecutionSchemaAssessmentExecution
{
"ableToExecute": true,
"id": "string",
"name": "string",
"status": "string",
"updatedDate": "2024-07-29T15:51:28.071Z",
"workflow": {
"id": "string",
"standard": {
"id": "string",
"name": "string"
}
}
}