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,50 @@
|
||||
{
|
||||
"id": "com.atproto.sync.getBlob",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "query",
|
||||
"errors": [
|
||||
{
|
||||
"name": "BlobNotFound"
|
||||
},
|
||||
{
|
||||
"name": "RepoNotFound"
|
||||
},
|
||||
{
|
||||
"name": "RepoTakendown"
|
||||
},
|
||||
{
|
||||
"name": "RepoSuspended"
|
||||
},
|
||||
{
|
||||
"name": "RepoDeactivated"
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"encoding": "*/*"
|
||||
},
|
||||
"parameters": {
|
||||
"type": "params",
|
||||
"required": [
|
||||
"did",
|
||||
"cid"
|
||||
],
|
||||
"properties": {
|
||||
"cid": {
|
||||
"type": "string",
|
||||
"format": "cid",
|
||||
"description": "The CID of the blob to fetch"
|
||||
},
|
||||
"did": {
|
||||
"type": "string",
|
||||
"format": "did",
|
||||
"description": "The DID of the account."
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Get a blob associated with a given account. Returns the full blob as originally uploaded. Does not require auth; implemented by PDS."
|
||||
}
|
||||
},
|
||||
"$type": "com.atproto.lexicon.schema",
|
||||
"lexicon": 1
|
||||
}
|
||||
Reference in New Issue
Block a user