A collector meetup event.
Record Key
tid
Timestamp-based ID
Properties
capacity
integer
Optional
No description available.
minimum: 2maximum: 50createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
creatorDid
string
did
Optional
A decentralized identifier (DID).
description
string
Required
No description available.
maxLength: 1000 bytesestimatedDuration
integer
Optional
No description available.
lat
number
Optional
No description available.
lng
number
Optional
No description available.
locationName
string
Required
No description available.
maxLength: 200 bytesorganiserHandle
string
Optional
No description available.
organiserName
string
Optional
No description available.
region
string
Optional
No description available.
requiredVouches
integer
Optional
No description available.
minimum: 0rsvpCount
integer
Optional
No description available.
scheduledAt
string
datetime
Required
An RFC 3339 formatted timestamp.
status
string
Required
No description available.
Known values:
scheduled, ongoing, completed, cancelledtitle
string
Required
No description available.
maxLength: 100 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"description",
"scheduledAt",
"locationName",
"status",
"createdAt"
],
"properties": {
"lat": {
"type": "number"
},
"lng": {
"type": "number"
},
"title": {
"type": "string",
"maxLength": 100
},
"region": {
"type": "string"
},
"status": {
"type": "string",
"knownValues": [
"scheduled",
"ongoing",
"completed",
"cancelled"
]
},
"capacity": {
"type": "integer",
"maximum": 50,
"minimum": 2
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"rsvpCount": {
"type": "integer"
},
"creatorDid": {
"type": "string",
"format": "did"
},
"description": {
"type": "string",
"maxLength": 1000
},
"scheduledAt": {
"type": "string",
"format": "datetime"
},
"locationName": {
"type": "string",
"maxLength": 200
},
"organiserName": {
"type": "string"
},
"organiserHandle": {
"type": "string"
},
"requiredVouches": {
"type": "integer",
"minimum": 0
},
"estimatedDuration": {
"type": "integer"
}
}
},
"description": "A collector meetup event."
}