Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalGetEvidenceProcessingPreviewResponse",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CanonicalProcessingRecord",
"type": "object",
"properties": {
"evidenceId": {
"type": "string"
},
"sourceId": {
"type": "string"
},
"filingParty": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"filename": {
"type": "string"
},
"status": {
"type": "string"
},
"jobId": {
"type": "string"
},
"processingContractId": {
"type": "string"
},
"sanitizedDerivativeId": {
"type": "string"
},
"manifestId": {
"type": "string"
},
"sanitizedText": {
"type": "string"
},
"warnings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"classification": {
"type": "string"
}
},
"required": [
"code",
"classification"
]
}
},
"omissions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"expectedUnitId": {
"type": "string"
},
"reason": {
"type": "string"
}
},
"required": [
"expectedUnitId",
"reason"
]
}
},
"defectStatus": {
"type": "string"
}
},
"required": [
"evidenceId",
"sourceId",
"filingParty",
"filename",
"status",
"jobId",
"processingContractId",
"sanitizedDerivativeId",
"manifestId",
"sanitizedText",
"warnings",
"omissions",
"defectStatus"
]
}
},
"requestId": {
"type": "string"
}
},
"required": [
"data",
"requestId"
],
"x-code-source": "lib/evidence/durability/review.ts"
}