Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalListSubmissionsPreviewResponse",
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalSubmissionList",
"type": "object",
"properties": {
"submissions": {
"type": "array",
"items": {
"$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": {
"$ref": "#/components/schemas/CanonicalEvidence",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"disputeId": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"kind": {
"type": "string"
},
"filename": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"contentHash": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"revealedAt": {
"type": "string"
},
"extractedText": {
"type": "string"
}
},
"required": [
"id",
"party"
]
}
},
"submissionHistory": {
"type": "array",
"items": {
"$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"
]
}
},
"evidenceHistory": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CanonicalEvidence",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"disputeId": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"kind": {
"type": "string"
},
"filename": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"contentHash": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"revealedAt": {
"type": "string"
},
"extractedText": {
"type": "string"
}
},
"required": [
"id",
"party"
]
}
},
"phase": {
"type": "string"
},
"deadlines": {
"type": "object",
"properties": {
"answer": {
"type": "string"
},
"evidence": {
"type": "string"
},
"rebuttal": {
"type": "string"
}
}
},
"operatorAccess": {
"type": "string"
}
},
"required": [
"submissions",
"evidence",
"submissionHistory",
"evidenceHistory"
]
},
"requestId": {
"type": "string"
}
},
"required": [
"data",
"requestId"
],
"x-code-source": "lib/submissions/operations.ts"
}