Authorized operation result.
application/json
{
"$ref": "#/components/schemas/CanonicalRecordConfirmationEnvelope",
"type": "object",
"required": [
"data",
"requestId"
],
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalRecordConfirmationResult",
"type": "object",
"required": [
"preparationVersion"
],
"description": "Committed confirmation. A bearer result also carries the projected record-confirmation fields; a session result carries the confirmed party-scoped record. Only preparationVersion is guaranteed for both credential classes on both preparations.",
"properties": {
"preparationVersion": {
"type": "string"
},
"phase": {
"type": "string"
},
"status": {
"type": "string"
},
"confirmedAt": {
"type": "string",
"format": "date-time"
},
"caseId": {
"type": "string"
},
"party": {
"type": "string"
},
"recordDigest": {
"type": "string"
},
"confirmationStatement": {
"type": "string"
},
"revision": {
"type": "integer",
"minimum": 0
},
"submissionIds": {
"type": "array",
"items": {
"type": "string"
}
},
"restatement": {
"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"
}
}
},
"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"
}
}
}