com.naturesfieldbook.temp.taxon

naturesfieldbook.com

Documentation

One or more populations of an organism which forms a biological unit.

main record

One or more populations of an organism which forms a biological unit.

Record Key tid Timestamp-based ID

Properties

commonName string OptionalNullable

No description available.

maxLength: 256 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

rank string Required

No description available.

maxLength: 64 bytes
Known values: Kingdom, Class, Order, Family, Genus, Species
scientificName string Required

No description available.

maxLength: 256 bytes
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "nullable": [
      "commonName",
      "parent"
    ],
    "required": [
      "createdAt",
      "rank",
      "scientificName",
      "updatedAt"
    ],
    "properties": {
      "rank": {
        "type": "string",
        "maxLength": 64,
        "knownValues": [
          "Kingdom",
          "Class",
          "Order",
          "Family",
          "Genus",
          "Species"
        ]
      },
      "parent": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "commonName": {
        "type": "string",
        "maxLength": 256
      },
      "scientificName": {
        "type": "string",
        "maxLength": 256
      }
    }
  },
  "description": "One or more populations of an organism which forms a biological unit."
}

Lexicon Garden

@