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 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
parent
ref
com.atproto.repo.strongRef
OptionalNullable
No description available.
rank
string
Required
No description available.
maxLength: 64 bytesKnown values:
Kingdom, Class, Order, Family, Genus, SpeciesscientificName
string
Required
No description available.
maxLength: 256 bytesupdatedAt
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."
}