app.bivri.feed.getDraft

lexicons.bivri.app

{
  "id": "app.bivri.feed.getDraft",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "Unauthenticated"
        },
        {
          "name": "DraftNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "draft"
          ],
          "properties": {
            "draft": {
              "ref": "app.bivri.feed.defs#draftView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string",
            "maxLength": 36,
            "description": "Bivri-owned Draft identifier."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Get private metadata for one Draft when the authenticated member is a Party. A missing Draft and a Draft outside the caller's Parties both return DraftNotFound so existence is not disclosed. Draft bytes use a separate authorized path."
}

Validate Record

Validate a record against app.bivri.feed.getDraft

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@