add lexicon codegen: vendored lexicons, lex cli and generation scripts
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user