Documents & attachments
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o{ Document : "documents"
Transaction {
}
PropertyPack {
}
Document {
string displayName "Human-readable name of document"
string documentType "Human-readable document category"
object externalIds "externalIds"
string fileName "File name of the document"
string mimeType "Document MIME type"
}
Object model
Documents & attachments
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Documents[]
propertyPack.documents[] | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Human-readable name of document | — | string | Evidence | displayName | — | — | — |
| Human-readable document category | Enumeration: 10, 20, 30, 40…. | string | Evidence | documentType | — | — | — |
| externalIds | — | object | Evidence | externalIds | — | — | — |
| File name of the document | File name of the document | string | Evidence | fileName | — | — | — |
| Document MIME type | — | string | Evidence | mimeType | — | — | — |
Comments