app.bivri.feed.listDrafts

lexicons.bivri.app

{
  "id": "app.bivri.feed.listDrafts",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "Unauthenticated"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "drafts"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "maxLength": 36
            },
            "drafts": {
              "type": "array",
              "items": {
                "ref": "app.bivri.feed.defs#draftView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 36,
            "description": "Opaque identifier of the last Draft from the previous page."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "List private Draft metadata for which the authenticated member is a Party. Requires authentication and never returns Draft bytes."
}

Validate Record

Validate a record against app.bivri.feed.listDrafts

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

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreiht6s6zfkfpsn5npgscad5e67famaedaibfjvzl6o2qarqsjnwnxi
Indexed At
2026-08-18 14:41 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.listDrafts

Referenced Schemas (1)

Lexicon Garden

@