place.stream.vod.listDrafts

did:web:stream.place

{
  "id": "place.stream.vod.listDrafts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "drafts"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Pagination cursor for the next page, if more results exist."
            },
            "drafts": {
              "type": "array",
              "items": {
                "ref": "place.stream.vod.draftDefs#draftView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Number of drafts to return."
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor from a previous response."
          }
        }
      },
      "description": "List the authenticated user's draft VODs, newest first."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.vod.listDrafts

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

Metadata

DID
did:web:stream.place
CID
bafyreigmaskegcbn4fe2vq5pxtvk7ipb4lxr7kyxw3bjjahw7xw4lokpbq
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.vod.listDrafts

Referenced Schemas (1)

  • place.stream.vod.draftDefs#draftView

Lexicon Garden

@