bridgy-fed/lexicons/com/atproto/admin/getRecord.json

23 wiersze
510 B
JSON

{
"lexicon": 1,
"id": "com.atproto.admin.getRecord",
"defs": {
"main": {
"type": "query",
"description": "View details about a record.",
"parameters": {
"type": "params",
"required": ["uri"],
"properties": {
"uri": {"type": "string"},
"cid": {"type": "string"}
}
},
"output": {
"encoding": "application/json",
"schema": {"type": "ref", "ref": "com.atproto.admin.record#viewDetail"}
}
}
}
}