The case opened from this accepted packet, or the same case on a replay.
application/json
{
"type": "object",
"required": [
"data",
"requestId"
],
"properties": {
"data": {
"$ref": "#/components/schemas/AccountOpenedCase",
"type": "object",
"description": "The case this account-owned packet opened. Show-once party capabilities are never returned to an application.",
"properties": {
"schemaVersion": {
"type": "string",
"const": "account-filing-v1"
},
"filingId": {
"type": "string"
},
"caseId": {
"type": "string"
},
"status": {
"type": "string"
},
"filingFeePending": {
"type": "boolean"
},
"track": {
"type": "string"
},
"noticeQueued": {
"type": "boolean"
},
"noticeAddressMasked": {
"type": "string"
},
"acceptance": {
"type": "object",
"required": [
"method",
"termsDigest"
],
"properties": {
"method": {
"type": "string",
"const": "hosted_clickwrap"
},
"termsDigest": {
"type": "string"
},
"attestationHash": {
"type": "string"
}
}
},
"links": {
"type": "object",
"required": [
"casePage"
],
"properties": {
"casePage": {
"type": "string"
}
}
},
"idempotencyReplayed": {
"type": "boolean"
}
},
"required": [
"schemaVersion",
"filingId",
"caseId",
"status",
"filingFeePending",
"track",
"noticeQueued",
"acceptance",
"links",
"idempotencyReplayed"
]
},
"requestId": {
"type": "string"
}
}
}