Membership in an at-circle (Sidecar Record)
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
note
string
Optional
Optional note
maxLength: 3000 bytesmaxGraphemes: 300 graphemesring
ref
net.asadaame5121.at-circle.defs#ringRef
Required
No description available.
rss
string
uri
Optional
RSS feed URL
maxLength: 2000 bytestitle
string
Required
Title of the participant's site
maxLength: 1000 bytesmaxGraphemes: 100 graphemesurl
string
uri
Required
URL of the participant's site
maxLength: 2000 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"ring",
"url",
"title",
"createdAt"
],
"properties": {
"rss": {
"type": "string",
"format": "uri",
"maxLength": 2000,
"description": "RSS feed URL"
},
"url": {
"type": "string",
"format": "uri",
"maxLength": 2000,
"description": "URL of the participant's site"
},
"note": {
"type": "string",
"maxLength": 3000,
"description": "Optional note",
"maxGraphemes": 300
},
"ring": {
"ref": "net.asadaame5121.at-circle.defs#ringRef",
"type": "ref"
},
"title": {
"type": "string",
"maxLength": 1000,
"description": "Title of the participant's site",
"maxGraphemes": 100
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Membership in an at-circle (Sidecar Record)"
}