A declaration of NorthStar Social account.
Record Key
literal:self
Fixed literal value
Properties
allowConnect
string
Required
Whom may request to connect.
Known values:
none, all, followingcreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
service
array
of
ref
lex:social.nstar.actor.declaration#service
Required
No description available.
maxLength: 10 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"service",
"allowConnect",
"createdAt"
],
"properties": {
"service": {
"type": "array",
"items": {
"ref": "lex:social.nstar.actor.declaration#service",
"type": "ref"
},
"maxLength": 10
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"allowConnect": {
"type": "string",
"description": "Whom may request to connect.",
"knownValues": [
"none",
"all",
"following"
]
}
}
},
"description": "A declaration of NorthStar Social account."
}