support.supper.entitlement

supper.support

Documentation

A Supper-owned entitlement anchor referenced from attested.network payment records. The record identifies what Supper should unlock or recognize; payment state remains in network.attested.payment.* records and private fulfillment details stay off-protocol.

main record

A Supper-owned entitlement anchor referenced from attested.network payment records. The record identifies what Supper should unlock or recognize; payment state remains in network.attested.payment.* records and private fulfillment details stay off-protocol.

Record Key any Any valid record key

Properties

commissionId string Optional

Supper-local commission identifier. Not a payment processor identifier.

maxLength: 256 bytes
createdAt string datetime Required

When this entitlement anchor was written.

kind string Required

The Supper surface this entitlement represents.

maxLength: 32 bytes
Known values: support, digital, physical, commission, membership, other
listing ref com.atproto.repo.strongRef Optional

Optional strongRef to the corresponding money.atmosphere.product or support.supper.commission record.

productId string Optional

Supper-local product identifier. Not a payment processor identifier.

maxLength: 256 bytes
updatedAt string datetime Optional

When this entitlement anchor was last updated.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "kind",
      "createdAt"
    ],
    "properties": {
      "kind": {
        "type": "string",
        "maxLength": 32,
        "description": "The Supper surface this entitlement represents.",
        "knownValues": [
          "support",
          "digital",
          "physical",
          "commission",
          "membership",
          "other"
        ]
      },
      "listing": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Optional strongRef to the corresponding money.atmosphere.product or support.supper.commission record."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this entitlement anchor was written."
      },
      "productId": {
        "type": "string",
        "maxLength": 256,
        "description": "Supper-local product identifier. Not a payment processor identifier."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this entitlement anchor was last updated."
      },
      "commissionId": {
        "type": "string",
        "maxLength": 256,
        "description": "Supper-local commission identifier. Not a payment processor identifier."
      }
    }
  },
  "description": "A Supper-owned entitlement anchor referenced from attested.network payment records. The record identifies what Supper should unlock or recognize; payment state remains in network.attested.payment.* records and private fulfillment details stay off-protocol."
}

Lexicon Garden

@