com.naturesfieldbook.temp.taxon

naturesfieldbook.com

{
  "id": "com.naturesfieldbook.temp.taxon",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.naturesfieldbook.temp.taxon

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kwsbfxo66vyjlztsotj65c37
CID
bafyreia6g24fcnvwkwf7icyuhgt5krr7p2huv3dl75nbkmvhnk2seeau7u
Indexed At
2026-08-15 19:26 UTC
AT-URI
at://did:plc:kwsbfxo66vyjlztsotj65c37/com.atproto.lexicon.schema/com.naturesfieldbook.temp.taxon

Version History (5 versions)

Lexicon Garden

@