- **Items**: Refer to *#/definitions/testResultValue*.
- **`testCaseFailureStatus`** *(object)*: Schema to capture test case result.
- **`testCaseFailureStatusType`** *(string)*: Status of Test Case Acknowledgement. Must be one of: `['Ack', 'New', 'Resolved']`.
- **`testCaseFailureReason`** *(string)*: Reason of Test Case resolution. Must be one of: `['FalsePositive', 'MissingData', 'Duplicates', 'OutOfBounds', 'Other']`.
- **`testCaseFailureComment`** *(string)*: Test case failure resolution comment.
- **`updatedBy`** *(string)*: User who updated the test case failure status.
- **`updatedAt`**: Time when test case failure status was updated. Refer to *../type/basic.json#/definitions/timestamp*.
- **`testSuiteExecutionFrequency`** *(string)*: How often the test case should run. Must be one of: `['Hourly', 'Daily', 'Weekly']`.