app.starrysky.streak.freezegrant

starrysky.app

{
  "id": "app.starrysky.streak.freezegrant",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "recipient",
          "policy",
          "count",
          "createdAt"
        ],
        "properties": {
          "sig": {
            "type": "bytes",
            "description": "Cryptographic signature from the granter (optional for self-hosted data, recommended for verification)."
          },
          "note": {
            "type": "string",
            "maxLength": 300
          },
          "count": {
            "type": "integer",
            "default": 1,
            "description": "Number of freezes granted in this record."
          },
          "policy": {
            "type": "string",
            "format": "at-uri",
            "description": "The URI of the policy these freezes apply to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "recipient": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user receiving the freezes."
          }
        }
      },
      "description": "An attestation from an authorized granter issuing extra streak freezes to a user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.starrysky.streak.freezegrant

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pdftantb2wpnczkhusrixbpy
CID
bafyreidhrfw76cjmpbmnpekspy5uqaarwnnvspbrewpb2lcwozeytzpj2y
Indexed At
2026-03-24 16:01 UTC
AT-URI
at://did:plc:pdftantb2wpnczkhusrixbpy/com.atproto.lexicon.schema/app.starrysky.streak.freezegrant

Lexicon Garden

@