com.suibari.nagi.getCommunityAffirmations

suibari.com

{
  "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"
        },
        "summary": {
          "type": "string",
          "maxLength": 320
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "reactions": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.getCommunityAffirmations

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreihfor6g2skfiudguce5jkccjp24wdxtn6cmwvqjcksw3kgjt2mlsq
Indexed At
2026-07-31 16:22 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.getCommunityAffirmations

Version History (3 versions)

Lexicon Garden

@