Simple like record pointing at one YouTube video ID.
Record Key
any
Any valid record key
Properties
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."
}