A declaration of a dendogram observation for an organization
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
The date and time of the creation of the record
dendogram
ref
app.gainforest.common.defs#smallBlob
Required
An SVG of the dendogram uploaded as blob
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"dendogram",
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The date and time of the creation of the record"
},
"dendogram": {
"ref": "app.gainforest.common.defs#smallBlob",
"type": "ref",
"description": "An SVG of the dendogram uploaded as blob"
}
}
},
"description": "A declaration of a dendogram observation for an organization"
}