{
"id": "com.suibari.nagi.translatePosts",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uris",
"targetLang"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 50,
"minLength": 1
},
"cacheOnly": {
"type": "boolean"
},
"targetLang": {
"type": "string",
"format": "language"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"translations",
"failures"
],
"properties": {
"failures": {
"type": "array",
"items": {
"type": "object",
"required": [
"uri",
"code"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"code": {
"type": "string"
}
}
}
},
"translations": {
"type": "array",
"items": {
"type": "object",
"required": [
"uri",
"text"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"text": {
"type": "string"
}
}
}
}
}
},
"encoding": "application/json"
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:uixgxpiqf4i63p6rgpu7ytmx
- CID
-
bafyreib5fltpumhflmw2lw5qsbcwfl4abnhwgixkdh37mr7544u7kgrw2q
- Indexed At
- 2026-07-27 16:56 UTC
- AT-URI
-
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.translatePosts