coop.hypha.pollen.claim

lexicon.store View official

Documentation

A provenance claim linking a perceptual fingerprint (PFP) to a blob.

main record

A provenance claim linking a perceptual fingerprint (PFP) to a blob.

Record Key tid Timestamp-based ID

Properties

cid cid-link Required

CID of the blob the PFP was generated from.

createdAt string datetime Required

Timestamp when this claim was created.

View raw schema
{
  "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."
}

Lexicon Garden

@