tv.kikbak.like

kikbak.tv

Documentation

Simple like record pointing at one YouTube video ID.

main record

Simple like record pointing at one YouTube video ID.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

youtubeVideoId string Required

YouTube video id for the liked video.

maxLength: 32 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "youtubeVideoId",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "youtubeVideoId": {
        "type": "string",
        "maxLength": 32,
        "description": "YouTube video id for the liked video."
      }
    }
  },
  "description": "Simple like record pointing at one YouTube video ID."
}

Lexicon Garden

@