Replication Delta Batch v1¶
Source schema: doc/schemas/replication-delta-batch.v1.schema.json
Bounded batch of replication candidate facts. Each item remains independently schema-gated and admitted by its domain.
Governing Basis¶
Project Lineage¶
Fields¶
| Field | Required | Shape | Description |
|---|---|---|---|
schema |
yes |
const: replication-delta-batch.v1 |
|
schema/v |
yes |
const: 1 |
|
batch/id |
yes |
string | |
request/ref |
yes |
string | |
dataset/id |
yes |
string | |
items |
yes |
array | |
next/cursor |
no |
ref: #/$defs/cursor |
|
complete |
yes |
boolean | |
batch/digest |
yes |
ref: #/$defs/sha256_digest |
|
signature |
no |
object |
Definitions¶
| Definition | Shape | Description |
|---|---|---|
item |
object | |
cursor |
string | |
sha256_digest |
string | |
| ## Field Semantics |
schema¶
- Required:
yes - Shape: const:
replication-delta-batch.v1
schema/v¶
- Required:
yes - Shape: const:
1
batch/id¶
- Required:
yes - Shape: string
request/ref¶
- Required:
yes - Shape: string
dataset/id¶
- Required:
yes - Shape: string
items¶
- Required:
yes - Shape: array
next/cursor¶
- Required:
no - Shape: ref:
#/$defs/cursor
complete¶
- Required:
yes - Shape: boolean
batch/digest¶
- Required:
yes - Shape: ref:
#/$defs/sha256_digest
signature¶
- Required:
no - Shape: object
Definition Semantics¶
$defs.item¶
- Shape: object
$defs.cursor¶
- Shape: string
$defs.sha256_digest¶
- Shape: string