place.stream.broadcast.syndication

did:web:iame.li

Documentation

Record created by a Streamplace broadcaster to indicate that they will be replicating a livestream. NYI

main record

Record created by a Streamplace broadcaster to indicate that they will be replicating a livestream. NYI

Record Key tid Timestamp-based ID

Properties

broadcaster string did Required

DID of the Streamplace broadcaster that will be replicating the livestream

createdAt string datetime Required

Client-declared timestamp when this syndication was created.

streamer string did Required

DID of the streamer whose livestream is being replicated

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "broadcaster",
      "streamer",
      "createdAt"
    ],
    "properties": {
      "streamer": {
        "type": "string",
        "format": "did",
        "description": "DID of the streamer whose livestream is being replicated"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this syndication was created."
      },
      "broadcaster": {
        "type": "string",
        "format": "did",
        "description": "DID of the Streamplace broadcaster that will be replicating the livestream"
      }
    }
  },
  "description": "Record created by a Streamplace broadcaster to indicate that they will be replicating a livestream. NYI"
}

Lexicon Garden

@