Replication Apply Report v1¶
Source schema: doc/schemas/replication-apply-report.v1.schema.json
Redacted bounded apply report for a replication batch.
Governing Basis¶
Project Lineage¶
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: replication-apply-report.v1 |
|
schema/v |
yes |
const: 1 |
|
report/id |
yes |
string | |
batch/ref |
yes |
string | |
outcomes |
yes |
object | |
refusals |
no |
array | |
accepted/cursor |
no |
ref: #/$defs/cursor |
|
retry/advice |
no |
ref: #/$defs/retry_advice |
|
recorded/at |
yes |
string |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
cursor |
string | |
retry_advice |
object | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
replication-apply-report.v1
schema/v¶
- Required:
yes - Shape: const:
1
report/id¶
- Required:
yes - Shape: string
batch/ref¶
- Required:
yes - Shape: string
outcomes¶
- Required:
yes - Shape: object
refusals¶
- Required:
no - Shape: array
accepted/cursor¶
- Required:
no - Shape: ref:
#/$defs/cursor
retry/advice¶
- Required:
no - Shape: ref:
#/$defs/retry_advice
recorded/at¶
- Required:
yes - Shape: string
Definition Semantics¶
$defs.cursor¶
- Shape: string
$defs.retry_advice¶
- Shape: object