place.stream.vod.updateDraft

did:web:stream.place

{
  "id": "place.stream.vod.updateDraft",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "description": "The ats:// URI of the draft to update."
            },
            "tags": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 640,
                "maxGraphemes": 64
              },
              "maxLength": 10
            },
            "thumb": {
              "type": "blob",
              "accept": [
                "image/*"
              ],
              "maxSize": 1000000
            },
            "title": {
              "type": "string",
              "maxLength": 1400,
              "maxGraphemes": 140
            },
            "activity": {
              "refs": [
                "place.stream.defs#activityGame",
                "place.stream.defs#activityLabel"
              ],
              "type": "union"
            },
            "description": {
              "type": "string",
              "maxLength": 50000,
              "maxGraphemes": 5000
            },
            "contentRights": {
              "ref": "place.stream.metadata.contentRights",
              "type": "ref"
            },
            "contentWarnings": {
              "ref": "place.stream.metadata.contentWarnings",
              "type": "ref"
            },
            "descriptionFacets": {
              "type": "array",
              "items": {
                "ref": "place.stream.richtext.videoFacet",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "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": null,
      "description": "Update a draft VOD's editable metadata. Server-authoritative fields (source, durationMs, status) are preserved. Editing is allowed in any status, so the user can pre-fill metadata while processing. All fields except uri are optional (partial update)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.vod.updateDraft

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

Referenced Schemas (6)

Lexicon Garden

@