SKOOR Risk Money movement. Skoored by AI.

Disposition

A signed decision on an alert, hash-chained per tenant.

Every decision on an alert — by the policy alone or by a person — is a disposition with the narrative that was signed, the draft's recommendation and confidence, whether the person overturned the draft, and a hash chained to the previous disposition on the tenant. Dispositions are written on the dashboard and through the connector; the API verifies and exports the chain.

Disposition

FieldTypeNotes
idstring (uuid)
tenantIdstring (uuid)
alertIdstring (uuid)
decidedBystringpolicy:<version> when the platform decided alone; operator:<name> when a person signed.
decision"close" | "hold" | "escalate" | "release" | "no_action"
narrativestringThe examiner-shaped narrative that was signed.
narrativeModelstring | nullModel alias that drafted it; null when template or human-written.
recommendationstring | nullWhat the draft recommended.
confidencenumber | nullDraft confidence; never present on a template.
policyVersionstring
overturnsDraftboolean | nullTrue when the person disagreed with the draft.
prevHashstring | nullHash of the previous disposition on the tenant chain.
hashstringsha256(prevHash | canonical(body)).
createdAtstring (date-time)

No dedicated endpoint. This object is read through the endpoints of the objects that reference it.

← All objects