Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalRecordSummaryEnvelope",
"type": "object",
"required": [
"data",
"requestId"
],
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalRecordSummary",
"type": "object",
"required": [
"caseId",
"party",
"preparationVersion",
"revision"
],
"description": "The caller's own record summary. The exact digest, confirmation sentence and summary are absent while the stored record does not match the current source binding; regenerate the record before confirming.",
"properties": {
"caseId": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"preparationVersion": {
"type": "string"
},
"revision": {
"type": "integer",
"minimum": 0
},
"phase": {
"type": "string"
},
"confirmationDueAt": {
"type": "string",
"format": "date-time"
},
"recordDigest": {
"type": "string"
},
"confirmationStatement": {
"type": "string"
},
"summary": {
"type": [
"object",
"null"
],
"description": "Party-scoped restatement, including the source-bound request inventory and its displayed text on the current preparation.",
"properties": {
"text": {
"type": "string"
},
"generatedAt": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"pending",
"confirmed",
"corrected",
"lapsed"
]
},
"respondedAt": {
"type": "string"
},
"correction": {
"type": "string"
},
"revision": {
"type": "integer"
},
"sourceSubmissionIds": {
"type": "array",
"items": {
"type": "string"
}
},
"sourceContentHashes": {
"type": "array",
"items": {
"type": "string"
}
},
"sourceFingerprint": {
"type": "string"
},
"confirmationDueAt": {
"type": "string"
},
"rejectedCorrections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"reason": {
"type": "string"
},
"at": {
"type": "string"
}
}
}
},
"requestInventory": {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"sourceFingerprint": {
"type": "string"
},
"restatementRevision": {
"type": "integer"
},
"parents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"parentId": {
"type": "string"
},
"claimId": {
"type": "string"
},
"title": {
"type": "string"
},
"statement": {
"type": "string"
},
"kind": {
"type": "string"
},
"currency": {
"type": "string"
}
}
}
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"itemId": {
"type": "string"
},
"parentId": {
"type": "string"
},
"parentClaimId": {
"type": "string"
},
"kind": {
"type": "string"
},
"fixedText": {
"type": "string"
},
"requestedAmount": {
"type": "number"
},
"currency": {
"type": "string"
},
"canonicalDeclaration": {
"type": "string"
},
"canonicalOrder": {
"type": "string"
},
"severableScopes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"scopeId": {
"type": "string"
},
"fixedText": {
"type": "string"
},
"source": {
"type": "object",
"properties": {
"sourceId": {
"type": "string"
},
"sourceContentHash": {
"type": "string"
},
"firstLine": {
"type": "integer"
},
"lastLine": {
"type": "integer"
},
"exactText": {
"type": "string"
}
}
}
}
}
},
"source": {
"type": "object",
"properties": {
"sourceId": {
"type": "string"
},
"sourceContentHash": {
"type": "string"
},
"firstLine": {
"type": "integer"
},
"lastLine": {
"type": "integer"
},
"exactText": {
"type": "string"
}
}
},
"residual": {
"type": "boolean"
}
}
}
},
"originalParentCoverage": {
"type": "array",
"items": {
"type": "string"
}
},
"displayText": {
"type": "string"
},
"displayDigest": {
"type": "string"
},
"inventoryHash": {
"type": "string"
},
"status": {
"type": "string"
},
"respondedAt": {
"type": "string"
}
}
},
"priorRevisions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CanonicalPartyRestatementRevision",
"type": "object",
"properties": {
"text": {
"type": "string"
},
"generatedAt": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"pending",
"confirmed",
"corrected",
"lapsed"
]
},
"respondedAt": {
"type": "string"
},
"correction": {
"type": "string"
},
"revision": {
"type": "integer"
},
"sourceSubmissionIds": {
"type": "array",
"items": {
"type": "string"
}
},
"sourceContentHashes": {
"type": "array",
"items": {
"type": "string"
}
},
"sourceFingerprint": {
"type": "string"
},
"confirmationDueAt": {
"type": "string"
},
"rejectedCorrections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"reason": {
"type": "string"
},
"at": {
"type": "string"
}
}
}
},
"requestInventory": {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"party": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"sourceFingerprint": {
"type": "string"
},
"restatementRevision": {
"type": "integer"
},
"parents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"parentId": {
"type": "string"
},
"claimId": {
"type": "string"
},
"title": {
"type": "string"
},
"statement": {
"type": "string"
},
"kind": {
"type": "string"
},
"currency": {
"type": "string"
}
}
}
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"itemId": {
"type": "string"
},
"parentId": {
"type": "string"
},
"parentClaimId": {
"type": "string"
},
"kind": {
"type": "string"
},
"fixedText": {
"type": "string"
},
"requestedAmount": {
"type": "number"
},
"currency": {
"type": "string"
},
"canonicalDeclaration": {
"type": "string"
},
"canonicalOrder": {
"type": "string"
},
"severableScopes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"scopeId": {
"type": "string"
},
"fixedText": {
"type": "string"
},
"source": {
"type": "object",
"properties": {
"sourceId": {
"type": "string"
},
"sourceContentHash": {
"type": "string"
},
"firstLine": {
"type": "integer"
},
"lastLine": {
"type": "integer"
},
"exactText": {
"type": "string"
}
}
}
}
}
},
"source": {
"type": "object",
"properties": {
"sourceId": {
"type": "string"
},
"sourceContentHash": {
"type": "string"
},
"firstLine": {
"type": "integer"
},
"lastLine": {
"type": "integer"
},
"exactText": {
"type": "string"
}
}
},
"residual": {
"type": "boolean"
}
}
}
},
"originalParentCoverage": {
"type": "array",
"items": {
"type": "string"
}
},
"displayText": {
"type": "string"
},
"displayDigest": {
"type": "string"
},
"inventoryHash": {
"type": "string"
},
"status": {
"type": "string"
},
"respondedAt": {
"type": "string"
}
}
}
}
}
}
}
}
}
},
"requestId": {
"type": "string"
}
}
}