Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalFileReplacementPreviewResponse",
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalSubmissionResult",
"type": "object",
"properties": {
"schemaVersion": {
"type": "string"
},
"submission": {
"$ref": "#/components/schemas/CanonicalSubmission",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"disputeId": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"brief": {
"type": "string"
},
"evidenceIds": {
"type": "array",
"items": {
"type": "string"
}
},
"submittedAt": {
"type": "string"
},
"phase": {
"type": "string"
},
"sealedAt": {
"type": "string"
},
"revealedAt": {
"type": "string"
},
"contentHash": {
"type": "string"
},
"supersededAt": {
"type": "string"
},
"supersededBy": {
"type": "string"
}
},
"required": [
"id",
"party",
"brief",
"evidenceIds",
"submittedAt"
]
},
"evidence": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"label": {
"type": "string"
},
"phase": {
"type": "string"
},
"reliabilityTier": {
"type": "string"
},
"contentHash": {
"type": "string"
},
"extractionError": {
"type": "string"
},
"neutralizedCount": {
"type": "integer"
}
},
"required": [
"id",
"label",
"phase",
"reliabilityTier",
"contentHash",
"neutralizedCount"
]
}
},
"security": {
"type": "object",
"properties": {
"neutralizedCount": {
"type": "integer"
},
"quarantinedExhibits": {
"type": "integer"
},
"attributableTo": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
}
},
"required": [
"neutralizedCount",
"quarantinedExhibits"
]
},
"sealed": {
"type": "boolean"
},
"phase": {
"type": "string"
},
"deadlines": {
"type": "object",
"properties": {
"answer": {
"type": "string"
},
"evidence": {
"type": "string"
},
"rebuttal": {
"type": "string"
}
}
},
"evidenceCandidateAdoptions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"exportRecordId": {
"type": "string"
},
"artifactRef": {
"type": "string"
},
"evidenceObjectId": {
"type": "string"
},
"sourceSha256": {
"type": "string"
}
},
"required": [
"exportRecordId",
"artifactRef",
"evidenceObjectId",
"sourceSha256"
]
}
}
},
"required": [
"submission"
]
},
"requestId": {
"type": "string"
}
},
"required": [
"data",
"requestId"
],
"x-code-source": "lib/submissions/operations.ts"
}