# com.babesky.actor.defs

> Published by [babesky.com](https://lexicon.garden/identity/did:plc:qtapiembzpxlzsiagnc7eyy3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.actor.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.actor.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:qtapiembzpxlzsiagnc7eyy3/com.babesky.actor.defs/examples)

## Definitions

### `com.babesky.actor.defs#supportLink`

**Type**: `object`

A tip jar or financial support link.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` (uri) | Yes |  |
| `platform` | `string` | No | Known tip/support platform slug. Use 'other' for unlisted platforms. |

### `com.babesky.actor.defs#platformLink`

**Type**: `object`

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

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` (uri) | Yes |  |
| `title` | `string` | No |  |
| `platform` | `string` | No | Known platform slug. Use 'other' for unlisted platforms. |

## Raw Schema

```json
{
  "id": "com.babesky.actor.defs",
  "defs": {
    "supportLink": {
      "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."
    },
    "platformLink": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
