place.stream.vod.getDraft

did:web:stream.place

{
  "id": "place.stream.vod.getDraft",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "No draft exists with the given URI for the authenticated user."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "draft"
          ],
          "properties": {
            "draft": {
              "ref": "place.stream.vod.draftDefs#draftView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "description": "The ats:// URI of the draft record."
          }
        }
      },
      "description": "Get a single draft VOD by its ats:// URI. Only accessible by the draft's author."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.vod.getDraft

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
bafyreibyaf4ipqszjjgj43lymmw5fsx4jx4rwhntkib2myzhofnhbgp2gy
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.vod.getDraft

Referenced Schemas (1)

  • place.stream.vod.draftDefs#draftView

Lexicon Garden

@