Skip to main content

V2ReportDetailLinkedFindings

schemastringnullable

Scheme that is linked to the current Area To Improve

Possible values: [Higg, SLCP, SMETA]

Example: SMETA
titlestringnullable

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

Example: 10s
severitystring

Severity of the linked findings

Possible values: [Critical, Major, Minor]

Example: Major
categorystringnullable

Linked finding category

subCategorystringnullable

Linked finding sub-category

issueNumberstringnullable

Linked finding issue number

descriptionstringnullable

Linked finding description

schemeData objectnullable

Linked finding scheme data

oneOf
statusstringnullable

Sedex issue status

verificationMethodstringnullable

Sedex issue verification method

parentAuditFindingstringnullable

Sedex issue parent audit finding

rootAuditFindingstringnullable

Sedex issue root audit finding

typestringnullable

Sedex issue type

verificationOnstringnullable

Sedex issue verification date

createOriginstringnullable

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