Settings Schema
When uploading a video to YouTube, use the following settings schema:Fields
| Field | Type | Required | Description |
|---|---|---|---|
__type | string | Yes | Must be youtube |
title | string | Yes | Video title (2-100 characters) |
type | string | Yes | Video visibility |
selfDeclaredMadeForKids | string | No | Made for kids declaration |
thumbnail | object | No | Custom thumbnail |
tags | array | No | Video tags |
title
Video title with the following constraints:
- Minimum: 2 characters
- Maximum: 100 characters
type (visibility)
| Value | Description |
|---|---|
public | Anyone can search for and view |
unlisted | Anyone with the link can view |
private | Only you can view |
selfDeclaredMadeForKids
| Value | Description |
|---|---|
yes | Content is made for kids |
no | Content is not made for kids |