532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
44 lines
792 B
JSON
44 lines
792 B
JSON
{
|
|
"id": "chat.bsky.notification.defs",
|
|
"defs": {
|
|
"preferences": {
|
|
"type": "object",
|
|
"required": [
|
|
"chat",
|
|
"chatRequest"
|
|
],
|
|
"properties": {
|
|
"chat": {
|
|
"ref": "#chatPreference",
|
|
"type": "ref"
|
|
},
|
|
"chatRequest": {
|
|
"ref": "#chatPreference",
|
|
"type": "ref"
|
|
}
|
|
}
|
|
},
|
|
"chatPreference": {
|
|
"type": "object",
|
|
"required": [
|
|
"include",
|
|
"push"
|
|
],
|
|
"properties": {
|
|
"push": {
|
|
"type": "boolean"
|
|
},
|
|
"include": {
|
|
"type": "string",
|
|
"knownValues": [
|
|
"all",
|
|
"follows"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|