No description available.
Record Key
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
discoverable
boolean
Required
Whether the user wants to be discovered as a candidate. When false, the user stays in the pool but is not shown to others.
message
string
Optional
A short note about who the user is looking to connect with, shown on their match card.
maxLength: 480 bytesmaxGraphemes: 120 graphemesView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"discoverable"
],
"properties": {
"message": {
"type": "string",
"maxLength": 480,
"description": "A short note about who the user is looking to connect with, shown on their match card.",
"maxGraphemes": 120
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"discoverable": {
"type": "boolean",
"description": "Whether the user wants to be discovered as a candidate. When false, the user stays in the pool but is not shown to others."
}
}
}
}