{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://xn--mwe.com/schemas/currentness-import-1.0.0.json",
  "title": "K06 offline currentness observation bundle payload",
  "type": "object",
  "additionalProperties": false,
  "required": ["bundleId", "createdAt", "networkRetrieval", "sourceSnapshots", "observations", "statusTransitions", "correctionProposals", "reviewQueue"],
  "properties": {
    "bundleId": {"type": "string", "pattern": "^[A-Z0-9][A-Z0-9._:-]{2,127}$"},
    "createdAt": {"type": "string", "format": "date-time"},
    "networkRetrieval": {"const": "PROHIBITED"},
    "sourceSnapshots": {"type": "array", "items": {"type": "object"}},
    "observations": {"type": "array", "items": {"type": "object"}},
    "statusTransitions": {"type": "array", "items": {"type": "object"}},
    "correctionProposals": {"type": "array", "items": {"type": "object"}},
    "reviewQueue": {"type": "array", "items": {"type": "object"}}
  }
}
