com.babesky.actor.defs

babesky.com

Documentation

platformLink object

A link to a creator's profile on a content platform.

Properties

platform string Optional

Known platform slug. Use 'other' for unlisted platforms.

Known values: admireme, chaturbate, customs, fansly, fmty, justforfans, loyalfans, manyvids, mintstars, myfreecams, niteflirt, onlyfans, open-dms, patreon, sextpanther, streamate, tryst, twitch, other
title string Optional

No description available.

maxGraphemes: 64 graphemes
url string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string",
      "maxGraphemes": 64
    },
    "platform": {
      "type": "string",
      "description": "Known platform slug. Use 'other' for unlisted platforms.",
      "knownValues": [
        "admireme",
        "chaturbate",
        "customs",
        "fansly",
        "fmty",
        "justforfans",
        "loyalfans",
        "manyvids",
        "mintstars",
        "myfreecams",
        "niteflirt",
        "onlyfans",
        "open-dms",
        "patreon",
        "sextpanther",
        "streamate",
        "tryst",
        "twitch",
        "other"
      ]
    }
  },
  "description": "A link to a creator's profile on a content platform."
}
supportLink object

A tip jar or financial support link.

Properties

platform string Optional

Known tip/support platform slug. Use 'other' for unlisted platforms.

Known values: amazon-wishlist, buymeacoffee, cashapp, kofi, paypal, throne, venmo, other
url string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "platform": {
      "type": "string",
      "description": "Known tip/support platform slug. Use 'other' for unlisted platforms.",
      "knownValues": [
        "amazon-wishlist",
        "buymeacoffee",
        "cashapp",
        "kofi",
        "paypal",
        "throne",
        "venmo",
        "other"
      ]
    }
  },
  "description": "A tip jar or financial support link."
}

Lexicon Garden

@