uk.ewancroft.kofi.supporter

lexicon.store View official

Documentation

A single Ko-fi payment event. One record per event, rkey is a TID.

main record

A single Ko-fi payment event. One record per event, rkey is a TID.

Record Key tid Timestamp-based ID

Properties

name string Required

Display name from Ko-fi.

tier string Optional

Subscription tier name, if applicable.

type string Required

Ko-fi event type: Donation, Subscription, Commission, or Shop Order.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "type"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "Display name from Ko-fi."
      },
      "tier": {
        "type": "string",
        "description": "Subscription tier name, if applicable."
      },
      "type": {
        "type": "string",
        "description": "Ko-fi event type: Donation, Subscription, Commission, or Shop Order."
      }
    }
  },
  "description": "A single Ko-fi payment event. One record per event, rkey is a TID."
}

Lexicon Garden

@