No description available.
Properties
Identifier system (open controlled vocabulary)
Known values: imdb, spotify, musicbrainz, viaf, isni, wikidata, instagram, tiktok, youtube, eventsUrl
The identifier within that system
View raw schema
{
"type": "object",
"required": [
"system",
"value"
],
"properties": {
"value": {
"type": "string",
"description": "The identifier within that system"
},
"system": {
"type": "string",
"description": "Identifier system (open controlled vocabulary)",
"knownValues": [
"imdb",
"spotify",
"musicbrainz",
"viaf",
"isni",
"wikidata",
"instagram",
"tiktok",
"youtube",
"eventsUrl"
]
}
}
}
No description available.
Properties
Optional byte-range rich text annotations on text (links, mentions)
BCP-47 language tag for this variant, e.g. en, es, fr-CA
The text in this language
View raw schema
{
"type": "object",
"required": [
"language",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text in this language"
},
"facets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
},
"description": "Optional byte-range rich text annotations on text (links, mentions)"
},
"language": {
"type": "string",
"format": "language",
"description": "BCP-47 language tag for this variant, e.g. en, es, fr-CA"
}
}
}
No description available.
Properties
Position on the bill (lower = higher billing)
AT-URI reference to the town.laugh.db.comedian record
Role on the bill, e.g. headliner, host, feature
View raw schema
{
"type": "object",
"required": [
"comedian"
],
"properties": {
"role": {
"type": "string",
"description": "Role on the bill, e.g. headliner, host, feature"
},
"comedian": {
"type": "string",
"format": "at-uri",
"description": "AT-URI reference to the town.laugh.db.comedian record"
},
"billingOrder": {
"type": "integer",
"description": "Position on the bill (lower = higher billing)"
}
}
}