{
"id": "com.skymeetsblue.optIn",
"defs": {
"main": {
"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."
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}