coop.hypha.pollen.claim

lexicon.store View official

{
  "id": "coop.hypha.pollen.claim",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "pfp",
          "cid",
          "content",
          "createdAt"
        ],
        "properties": {
          "cid": {
            "type": "cid-link",
            "description": "CID of the blob the PFP was generated from."
          },
          "pfp": {
            "ref": "ing.dasl.pfpRef",
            "type": "ref"
          },
          "content": {
            "refs": [
              "coop.hypha.pollen.embed.text"
            ],
            "type": "union",
            "description": "Content of the claim, such as text."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Ref to the source record containing the blob."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this claim was created."
          }
        }
      },
      "description": "A provenance claim linking a perceptual fingerprint (PFP) to a blob."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against coop.hypha.pollen.claim

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicoopycbsatojyz2rs565cenaux5hw3flpys6wlrzjlcnhb7wjjbe
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/coop.hypha.pollen.claim

Referenced Schemas (2)

Lexicon Garden

@