app.gainforest.organization.observations.dendogram

gainforest.earth

Documentation

A declaration of a dendogram observation for an organization

main record

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

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"
}

Lexicon Garden

@