Prijatá správa, ktorú sa nepodarilo jednoznačne priradiť nájomníkovi; leží mimo dosahu klientov, kým ju prevádzkovateľ nevyrieši alebo nezahodí.
Envelope identity and kind-specific facts from the entity's spec.
quarantine-item8idThis entity and everything one relation away, grouped by the data store each lives in.
Every column of this entity — type, whether it is required, and which key it is.
| Field | Type | Required | Key | Description |
|---|---|---|---|---|
id | uuid | yes | PK | — |
transmission_id | text | yes | — | — |
reason | text | yes | — | — |
status | text | yes | — | — |
resolved_tenant_id | uuid | optional | — | — |
resolved_inbound_document_id | uuid | optional | — | — |
receipt_ref | text | optional | — | — |
discard_after | timestamptz | yes | — | — |
Merged from both ends: an edge the other entity declares appears here too (ADR-0015).
| Related entity | Cardinality | Via | Notes |
|---|---|---|---|
| Dôkazový záznamevidence-record | 1 — None-to-many | — | |
| Prijatá faktúrainbound-document | 1 — 1one-to-one | — | declared on quarantine-item only |
Declared spec links and inverses derived from the graph.
Declared here
Derived from the graph
Free x-* spec keys and namespaced tool annotations (standard §1).
Annotations
gordulitch.sk/never-deletedRiadky sa zásadne nemažú — UNIQUE na transmission_id je sám o sebe fail-closed invariant príjmu a evidence-record naň odkazuje cudzím kľúčom. Odstránenie sa robí zmenou stavu na discarded, nikdy príkazom DELETE.Markdown texts from the entity's docs/ folder.
Architecture notes, runbooks, and onboarding texts belong here — anything a new operator should read.
Add markdown files under data-entities/quarantine-item/docs/