com.suibari.nagi.getProfile

suibari.com

{
  "id": "com.suibari.nagi.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profile",
            "feed"
          ],
          "properties": {
            "feed": {
              "ref": "com.suibari.nagi.getTimeline#output",
              "type": "ref"
            },
            "profile": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "lang": {
            "type": "string",
            "default": "ja",
            "maxLength": 2,
            "knownValues": [
              "ja",
              "en"
            ]
          },
          "actor": {
            "type": "string"
          },
          "group": {
            "type": "boolean",
            "default": false,
            "description": "Return each selected post as a timeline-style conversation with its replies."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "filter": {
            "type": "string",
            "default": "posts",
            "knownValues": [
              "posts",
              "replies",
              "media",
              "reactions"
            ]
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.getProfile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreifq7x6hyxujxvt3uwtlnuxopqhaps43bfapuxus3hmgkfp3f47k34
Indexed At
2026-08-01 02:08 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.getProfile

Version History (5 versions)

Referenced Schemas (1)

Lexicon Garden

@