com.suibari.nagi.getDrafts

suibari.com

{
  "id": "com.suibari.nagi.getDrafts",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "drafts",
            "limit"
          ],
          "properties": {
            "limit": {
              "type": "integer",
              "maximum": 30,
              "minimum": 1
            },
            "drafts": {
              "type": "array",
              "items": {
                "ref": "#draftSummary",
                "type": "ref"
              },
              "maxLength": 30
            }
          }
        },
        "encoding": "application/json"
      }
    },
    "draftSummary": {
      "type": "object",
      "required": [
        "id",
        "text",
        "linkCardCount",
        "createdAt",
        "updatedAt"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 36
        },
        "text": {
          "type": "string",
          "maxLength": 30000,
          "maxGraphemes": 3000
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "linkCardCount": {
          "type": "integer",
          "maximum": 4,
          "minimum": 0
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.getDrafts

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreiei3jwauujevm3zfab6ebr66nk4x343ins4akgu5ssopcov5cdei4
Indexed At
2026-08-27 00:10 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.getDrafts

Lexicon Garden

@