{
"id": "com.suibari.nagi.getCommunityAffirmations",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"items",
"hasMore"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "#view",
"type": "ref"
}
},
"cursor": {
"type": "string"
},
"hasMore": {
"type": "boolean"
},
"botActor": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"lang"
],
"properties": {
"lang": {
"type": "string",
"knownValues": [
"ja",
"en"
]
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
},
"view": {
"type": "object",
"required": [
"uri",
"cid",
"summary",
"createdAt",
"reactions"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"images": {
"type": "array",
"items": {
"type": "unknown"
}
},
"summary": {
"type": "string",
"maxLength": 320
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"linkCards": {
"type": "array",
"items": {
"type": "unknown"
}
},
"reactions": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:uixgxpiqf4i63p6rgpu7ytmx
- CID
-
bafyreigtk2fxsdix7ny452hdknzb6w2bawi7zbiogjw6yc3a5prwdrmaji
- Indexed At
- 2026-08-05 15:32 UTC
- AT-URI
-
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.getCommunityAffirmations
Version History (3 versions)