Skip to main content

V2ReportDetailLinkedFindings

schema stringnullable

Scheme that is linked to the current Area To Improve

Possible values: [Higg, SLCP, SMETA]

Example: SMETA
title stringnullable

Linked finding title. This can have value when the assessment is linked to an external report or the questionnaire is issue-based.

Example: 10s
severity string

Severity of the linked findings

Possible values: [Critical, Major, Minor]

Example: Major
category stringnullable

Linked finding category

subCategory stringnullable

Linked finding sub-category

issueNumber stringnullable

Linked finding issue number

description stringnullable

Linked finding description

schemeData objectnullable

Linked finding scheme data

oneOf
status stringnullable

Sedex issue status

verificationMethod stringnullable

Sedex issue verification method

parentAuditFinding stringnullable

Sedex issue parent audit finding

rootAuditFinding stringnullable

Sedex issue root audit finding

type stringnullable

Sedex issue type

verificationOn stringnullable

Sedex issue verification date

createOrigin stringnullable

Sedex issue create origin

V2ReportDetailLinkedFindings
{
"schema": "SMETA",
"title": "10s",
"severity": "Major",
"category": "string",
"subCategory": "string",
"issueNumber": "string",
"description": "string",
"schemeData": {
"status": "string",
"verificationMethod": "string",
"parentAuditFinding": "string",
"rootAuditFinding": "string",
"type": "string",
"verificationOn": "string",
"createOrigin": "string"
}
}