A pack-opening party event.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 500 byteshostAvatar
string
uri
Optional
A valid URI.
hostDid
string
did
Optional
A decentralized identifier (DID).
hostHandle
string
Optional
No description available.
hostName
string
Optional
No description available.
maxParticipants
integer
Optional
No description available.
participantCount
integer
Optional
No description available.
scheduledAt
string
datetime
Required
An RFC 3339 formatted timestamp.
setId
string
Required
No description available.
setImage
string
uri
Optional
A valid URI.
setName
string
Optional
No description available.
status
string
Optional
No description available.
Known values:
scheduled, live, completedtitle
string
Required
No description available.
maxLength: 100 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"setId",
"scheduledAt",
"createdAt"
],
"properties": {
"setId": {
"type": "string"
},
"title": {
"type": "string",
"maxLength": 100
},
"status": {
"type": "string",
"knownValues": [
"scheduled",
"live",
"completed"
]
},
"hostDid": {
"type": "string",
"format": "did"
},
"setName": {
"type": "string"
},
"hostName": {
"type": "string"
},
"setImage": {
"type": "string",
"format": "uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"hostAvatar": {
"type": "string",
"format": "uri"
},
"hostHandle": {
"type": "string"
},
"description": {
"type": "string",
"maxLength": 500
},
"scheduledAt": {
"type": "string",
"format": "datetime"
},
"maxParticipants": {
"type": "integer"
},
"participantCount": {
"type": "integer"
}
}
},
"description": "A pack-opening party event."
}