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, othertitle
string
Optional
No description available.
maxGraphemes: 64 graphemesurl
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."
}