place.stream.video

did:web:stream.place View official

Documentation

Some audiovisual content.

main record

Some audiovisual content.

Record Key tid Timestamp-based ID

Properties

connections array of union Optional

Free-form list of atproto records related in some way to this video

Known types:
createdAt string datetime Required

Timestamp when this video record was created. Populated server-side at publication time by place.stream.media.publishVideo.

description string Optional

Description of this video

maxLength: 50000 bytesmaxGraphemes: 5000 graphemes
durationMs integer Required

Duration of the video in milliseconds

tags array of string Optional

Freeform tags for this stream. Each tag must be alphanumeric (a-z, A-Z, 0-9) plus colon. Tags with colons indicate a specific tag group (e.g. 'lang:en' indicates the stream's primary language).

maxLength: 10 items
thumb blob Optional

Thumbnail image for the video.

maxSize: 1.0 MB
title string Required

Title of the video referenced by this record

maxLength: 1400 bytesmaxGraphemes: 140 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "source",
      "durationMs",
      "createdAt"
    ],
    "properties": {
      "tags": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "maxLength": 10,
        "description": "Freeform tags for this stream. Each tag must be alphanumeric (a-z, A-Z, 0-9) plus colon. Tags with colons indicate a specific tag group (e.g. 'lang:en' indicates the stream's primary language)."
      },
      "thumb": {
        "type": "blob",
        "accept": [
          "image/*"
        ],
        "maxSize": 1000000,
        "description": "Thumbnail image for the video."
      },
      "title": {
        "type": "string",
        "maxLength": 1400,
        "description": "Title of the video referenced by this record",
        "maxGraphemes": 140
      },
      "source": {
        "refs": [
          "place.stream.media.defs#sourceTracks",
          "place.stream.media.defs#sourceClip"
        ],
        "type": "union",
        "description": "What is the source of this video?"
      },
      "activity": {
        "refs": [
          "place.stream.defs#activityGame",
          "place.stream.defs#activityLabel"
        ],
        "type": "union",
        "description": "The game or activity in the video."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when this video record was created. Populated server-side at publication time by place.stream.media.publishVideo."
      },
      "durationMs": {
        "type": "integer",
        "description": "Duration of the video in milliseconds"
      },
      "connections": {
        "type": "array",
        "items": {
          "refs": [
            "#connection"
          ],
          "type": "union"
        },
        "description": "Free-form list of atproto records related in some way to this video"
      },
      "description": {
        "type": "string",
        "maxLength": 50000,
        "description": "Description of this video",
        "maxGraphemes": 5000
      },
      "contentRights": {
        "ref": "place.stream.metadata.contentRights",
        "type": "ref",
        "description": "copyright and licensing information for this VOD"
      },
      "contentWarnings": {
        "ref": "place.stream.metadata.contentWarnings",
        "type": "ref",
        "description": "content warning data for this VOD"
      },
      "descriptionFacets": {
        "type": "array",
        "items": {
          "ref": "place.stream.richtext.videoFacet",
          "type": "ref"
        },
        "description": "Annotations of text (mentions, URLs, etc)"
      }
    }
  },
  "description": "Some audiovisual content."
}
connection object

No description available.

Properties

View raw schema
{
  "type": "object",
  "properties": {
    "ref": {
      "ref": "com.atproto.repo.strongRef",
      "type": "ref"
    }
  }
}

Lexicon Garden

@