{
"id": "app.gainforest.organization.observations.dendogram",
"defs": {
"main": {
"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"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}