A fixed-key participation signal for accounts using the CAD prototype.
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 4096 bytesmaxGraphemes: 512 graphemesdisplayName
string
Optional
No description available.
maxLength: 640 bytesmaxGraphemes: 64 graphemesserviceEndpoint
string
uri
Optional
Preferred app or AppView endpoint for this account's CAD records.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 4096,
"maxGraphemes": 512
},
"displayName": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"serviceEndpoint": {
"type": "string",
"format": "uri",
"description": "Preferred app or AppView endpoint for this account's CAD records."
}
}
},
"description": "A fixed-key participation signal for accounts using the CAD prototype."
}