{
"type": "object",
"required": [
"oauthClientId",
"oauthClientSecret",
"oauthRefreshToken",
"playlistId"
],
"properties": {
"playlistId": {
"type": "string",
"description": "The ID of the YouTube playlist to monitor."
},
"oauthClientId": {
"type": "string",
"description": "The Client ID from Google Cloud Console."
},
"oauthClientSecret": {
"type": "string",
"description": "The Client Secret from Google Cloud Console."
},
"oauthRefreshToken": {
"type": "string",
"description": "The refresh token obtained from get-refresh-token.js script."
}
}
}