{
    "type": "object",
    "properties": {
        "brandingSettings": {
            "type": "object",
            "properties": {
                "channel": {
                    "type": "object",
                    "properties": {
                        "country": {
                            "type": "string"
                        },
                        "description": {
                            "type": "string"
                        },
                        "keywords": {
                            "type": "string"
                        },
                        "title": {
                            "type": "string"
                        }
                    }
                },
                "image": {
                    "type": "object",
                    "properties": {
                        "bannerExternalUrl": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "contentDetails": {
            "type": "object",
            "properties": {
                "relatedPlaylists": {
                    "type": "object",
                    "properties": {
                        "likes": {
                            "type": "string"
                        },
                        "uploads": {
                            "type": "string"
                        }
                    }
                }
            }
        },
        "etag": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "kind": {
            "type": "string"
        },
        "snippet": {
            "type": "object",
            "properties": {
                "country": {
                    "type": "string"
                },
                "customUrl": {
                    "type": "string"
                },
                "description": {
                    "type": "string"
                },
                "localized": {
                    "type": "object",
                    "properties": {
                        "description": {
                            "type": "string"
                        },
                        "title": {
                            "type": "string"
                        }
                    }
                },
                "publishedAt": {
                    "type": "string"
                },
                "thumbnails": {
                    "type": "object",
                    "properties": {
                        "default": {
                            "type": "object",
                            "properties": {
                                "height": {
                                    "type": "integer"
                                },
                                "url": {
                                    "type": "string"
                                },
                                "width": {
                                    "type": "integer"
                                }
                            }
                        },
                        "high": {
                            "type": "object",
                            "properties": {
                                "height": {
                                    "type": "integer"
                                },
                                "url": {
                                    "type": "string"
                                },
                                "width": {
                                    "type": "integer"
                                }
                            }
                        },
                        "medium": {
                            "type": "object",
                            "properties": {
                                "height": {
                                    "type": "integer"
                                },
                                "url": {
                                    "type": "string"
                                },
                                "width": {
                                    "type": "integer"
                                }
                            }
                        }
                    }
                },
                "title": {
                    "type": "string"
                }
            }
        },
        "statistics": {
            "type": "object",
            "properties": {
                "hiddenSubscriberCount": {
                    "type": "boolean"
                },
                "subscriberCount": {
                    "type": "string"
                },
                "videoCount": {
                    "type": "string"
                },
                "viewCount": {
                    "type": "string"
                }
            }
        },
        "status": {
            "type": "object",
            "properties": {
                "isChannelMonetizationEnabled": {
                    "type": "boolean"
                },
                "isLinked": {
                    "type": "boolean"
                },
                "longUploadsStatus": {
                    "type": "string"
                },
                "privacyStatus": {
                    "type": "string"
                }
            }
        },
        "topicDetails": {
            "type": "object",
            "properties": {
                "topicCategories": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                },
                "topicIds": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                }
            }
        }
    },
    "version": 3
}
